File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ my %WriteMakefileArgs = (
4242 " TEST_REQUIRES" => {
4343 " Test2::V0" => " 1.302199"
4444 },
45- " VERSION" => " 2.000015 " ,
45+ " VERSION" => " 2.000016 " ,
4646 " test" => {
4747 " TESTS" => " t/acceptance/*.t t/unit/*.t t/unit/Script/*.t"
4848 }
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ our @EXPORT_OK = (
2222 } ,
2323);
2424
25- our $VERSION = ' 2.000015 ' ;
25+ our $VERSION = ' 2.000016 ' ;
2626
2727our ($SCRIPT , $MOD );
2828
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use warnings;
44
55use Getopt::Yath;
66
7- our $VERSION = ' 2.000015 ' ;
7+ our $VERSION = ' 2.000016 ' ;
88
99my @BEGIN_ARGS ;
1010
Original file line number Diff line number Diff line change 22use strict;
33use warnings;
44
5- our $VERSION = '2.000015 ';
5+ our $VERSION = '2.000016 ';
66
77BEGIN {
88 return if $^C;
You can’t perform that action at this time.
0 commit comments