-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
z-eos
committed
Sep 2, 2020
1 parent
a64627e
commit a3742e0
Showing
5 changed files
with
15 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,11 +22,12 @@ requires: | |
File::Basename: '2.00' | ||
Getopt::Long: '2.00' | ||
JSON: '2.00' | ||
LWP::Protocol::https: '6.00' | ||
LWP::UserAgent: '6.00' | ||
Pod::Usage: '1.00' | ||
Time::Piece: '1.05' | ||
perl: '5.016001' | ||
resources: | ||
repository: ssh://[email protected]:z-eos/gqmt.git | ||
version: '0.3' | ||
version: '0.6' | ||
x_serialization_backend: 'CPAN::Meta::YAML version 0.018' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
package App::gqmt; | ||
|
||
our $VERSION = '0.5'; | ||
our $VERSION = '0.6'; | ||
|
||
=head1 NAME | ||
|