Skip to content

Commit 1625a12

Browse files
committed
Require Getopt::Long 2.36
1 parent 7016e52 commit 1625a12

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Changes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Revision history for Module::Build::Tiny
22

33
{{$NEXT}}
4+
Require Getopt::Long 2.36
45

56
0.032 2014-01-20 20:07:13CET+0100 Europe/Amsterdam
67
Fix env options and Build.PL options being ignored (regression in 0.031)

lib/Module/Build/Tiny.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use File::Basename qw/basename dirname/;
1313
use File::Find ();
1414
use File::Path qw/mkpath rmtree/;
1515
use File::Spec::Functions qw/catfile catdir rel2abs abs2rel splitdir curdir/;
16-
use Getopt::Long qw/GetOptionsFromArray/;
16+
use Getopt::Long 2.36 qw/GetOptionsFromArray/;
1717
use JSON::PP 2 qw/encode_json decode_json/;
1818

1919
sub write_file {

0 commit comments

Comments
 (0)