diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2012-12-17 09:46:37 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2012-12-17 09:46:37 +0000 |
commit | 4800031444245dc3dac9967b46b4860ff3863d32 (patch) | |
tree | d01413df596d1a4c0b4a8712a83a2d74b9c8b4f7 /cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_BeOS.pm | |
parent | 8b1989690cb5c8e76b281f6f8b7829d8081649fc (diff) | |
download | perl-4800031444245dc3dac9967b46b4860ff3863d32.tar.gz |
Update ExtUtils-MakeMaker to CPAN version 6.64
[DELTA]
6.64 Sun Dec 16 18:27:40 PST 2012
Build Fixes
* Update the home page in the meta file. makemaker.org has been
unmaintained for a while.
6.63_04 Thu Nov 22 13:18:06 PST 2012
Test Fixes
* Eliminated the problematic and not very useful PASTHRU test
on Windows. A better test will come after stable. [github 41]
(Michael G Schwern)
* Avoid a new regex warning in 5.17.x in t/MM_OS2.t. (Craig A. Berry)
VMS Fixes
* Better ignore files due to non-case-preserving filesystems.
(Craig A. Berry)
Diffstat (limited to 'cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_BeOS.pm')
-rw-r--r-- | cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_BeOS.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_BeOS.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_BeOS.pm index a31cf2320c..3aa65bdb96 100644 --- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_BeOS.pm +++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_BeOS.pm @@ -26,7 +26,7 @@ require ExtUtils::MM_Any; require ExtUtils::MM_Unix; our @ISA = qw( ExtUtils::MM_Any ExtUtils::MM_Unix ); -our $VERSION = '6.63_02'; +our $VERSION = '6.64'; =item os_flavor |