In perl.git, the branch smoke-me/hv_h_split has been updated <http://perl5.git.perl.org/perl.git/commitdiff/f83a2b5e7cd2a2424bea9aa406f3fbc9318ee821?hp=44f1214292f950796e7ab6ba127cf89c8a191572>
- Log ----------------------------------------------------------------- commit f83a2b5e7cd2a2424bea9aa406f3fbc9318ee821 Author: Yves Orton <[email protected]> Date: Tue Dec 11 00:33:42 2012 +0100 ignore lib/File/DosGlob.pm M .gitignore commit 31cec438bb0f75be8b035a53978582634d666ece Author: Yves Orton <[email protected]> Date: Mon Dec 10 23:42:27 2012 +0100 fixup (version bump) M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm ----------------------------------------------------------------------- Summary of changes: .gitignore | 1 + cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index 7c25acb..75194e8 100644 --- a/.gitignore +++ b/.gitignore @@ -108,6 +108,7 @@ lib/IPC/Cmd/t/src/x.tgz lib/mro.pm lib/TAP/ lib/Test/Harness.pm +lib/File/DosGlob.pm t/rantests t/tmp* t/perl diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm index 93208a9..3b9b284 100644 --- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm +++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm @@ -15,7 +15,7 @@ use ExtUtils::MakeMaker qw($Verbose neatvalue); # If we make $VERSION an our variable parse_version() breaks use vars qw($VERSION); -$VERSION = '6.63_02'; +$VERSION = '6.63_03'; $VERSION = eval $VERSION; require ExtUtils::MM_Any; -- Perl5 Master Repository
