Skip to content

Commit

Permalink
ExtUtils::MakeMaker 6.62 # upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Jan 31, 2012
1 parent 1d759df commit 1d0747f
Show file tree
Hide file tree
Showing 37 changed files with 1,174 additions and 5,639 deletions.
5 changes: 1 addition & 4 deletions perl/bin/instmodsh.bat
Expand Up @@ -10,11 +10,8 @@ if %errorlevel% == 9009 echo You do not have Perl in your PATH.
if errorlevel 1 goto script_failed_so_exit_with_non_zero_val 2>nul
goto endofperl
@rem ';
#!perl
#line 15
eval 'exec C:\strawberry\perl\bin\perl.exe -S $0 ${1+"$@"}'
if $running_under_some_shell;
#!/usr/bin/perl -w
#line 15

use strict;
use IO::File;
Expand Down
2 changes: 1 addition & 1 deletion perl/lib/ExtUtils/Command/MM.pm
Expand Up @@ -10,7 +10,7 @@ our @ISA = qw(Exporter);

our @EXPORT = qw(test_harness pod2man perllocal_install uninstall
warn_if_old_packlist);
our $VERSION = '6.56';
our $VERSION = '6.62';

my $Is_VMS = $^O eq 'VMS';

Expand Down
2 changes: 1 addition & 1 deletion perl/lib/ExtUtils/Liblist.pm
Expand Up @@ -2,7 +2,7 @@ package ExtUtils::Liblist;

use strict;

our $VERSION = '6.56';
our $VERSION = '6.62';

use File::Spec;
require ExtUtils::Liblist::Kid;
Expand Down

0 comments on commit 1d0747f

Please sign in to comment.