We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7016e52 commit 1625a12Copy full SHA for 1625a12
Changes
@@ -1,6 +1,7 @@
1
Revision history for Module::Build::Tiny
2
3
{{$NEXT}}
4
+ Require Getopt::Long 2.36
5
6
0.032 2014-01-20 20:07:13CET+0100 Europe/Amsterdam
7
Fix env options and Build.PL options being ignored (regression in 0.031)
lib/Module/Build/Tiny.pm
@@ -13,7 +13,7 @@ use File::Basename qw/basename dirname/;
13
use File::Find ();
14
use File::Path qw/mkpath rmtree/;
15
use File::Spec::Functions qw/catfile catdir rel2abs abs2rel splitdir curdir/;
16
-use Getopt::Long qw/GetOptionsFromArray/;
+use Getopt::Long 2.36 qw/GetOptionsFromArray/;
17
use JSON::PP 2 qw/encode_json decode_json/;
18
19
sub write_file {
0 commit comments