diff options
author | George Greer <perl@greerga.m-l.org> | 2011-09-27 23:16:09 -0400 |
---|---|---|
committer | George Greer <perl@greerga.m-l.org> | 2011-09-28 19:31:05 -0400 |
commit | 33cc85ac950468181dff9f2be5ebf4e0e2a69d55 (patch) | |
tree | 37a179d179feedf13d4579eaf538bd00d737d2a0 /cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm | |
parent | 450a7a1bbac26c29f4d17e66c5c3387e73388838 (diff) | |
download | perl-33cc85ac950468181dff9f2be5ebf4e0e2a69d55.tar.gz |
Update ExtUtils::MakeMaker to CPAN version 6.61_01
[DELTA]
6.61_01 Sat Sep 24 22:16:13 PDT 2011
Win32
* Liblist::Kid now checks the ActiveState MinGW library path environment
variable [MITHALDU]
* Further fixes to the Win32 quoting rules. Fixes failures on VC8+.
[rt.cpan.org #69528] [SHAY]
Diffstat (limited to 'cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm')
-rw-r--r-- | cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm index c8c3c2366b..8d5fd262d8 100644 --- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm +++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm @@ -18,7 +18,7 @@ our @Overridable; my @Prepend_parent; my %Recognized_Att_Keys; -our $VERSION = '6.59'; +our $VERSION = '6.61_01'; $VERSION = eval $VERSION; # Emulate something resembling CVS $Revision$ |