diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-11-04 19:58:23 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-11-04 19:58:23 +0000 |
commit | 6e1d3801821a486f3306ed90ff5db38077cc0ef0 (patch) | |
tree | 213444ea50e1b114286502d634ecdfbac88c2ffd /cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker | |
parent | 7d88c327edd82b1ca4f092f56f1a171b72d4bdcc (diff) | |
download | perl-6e1d3801821a486f3306ed90ff5db38077cc0ef0.tar.gz |
Update ExtUtils-MakeMaker to CPAN version 6.82
[DELTA]
6.82 Mon Nov 4 19:20:07 GMT 2013
No changes from 6.81_05
6.81_05 Sat Nov 2 21:29:42 GMT 2013
Misc:
* Special-case the bundling of version, so
that XS versions don't get overwritten
6.81_04 Fri Nov 1 19:54:09 GMT 2013
Doc fixes:
* Update XSPROTOARG docs for changes in xsubpp
6.81_03 Thu Oct 24 20:50:15 BST 2013
Doc Fixes:
* Clarify heir-apparent in FAQ
Misc:
* Changed GNU-Style to Unix-Style
* VMS will now report 'make' style
6.81_02 Thu Oct 17 12:20:59 BST 2013
Misc:
* Updated bundled JSON::PP
6.81_01 Wed Oct 16 08:59:03 BST 2013
Misc:
* Updated bundled Test-Simple
Diffstat (limited to 'cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker')
3 files changed, 9 insertions, 6 deletions
diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Config.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Config.pm index fc29192e5f..cd83fb0f04 100644 --- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Config.pm +++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Config.pm @@ -2,7 +2,7 @@ package ExtUtils::MakeMaker::Config; use strict; -our $VERSION = '6.80'; +our $VERSION = '6.82'; use Config (); diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/FAQ.pod b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/FAQ.pod index 056aa1b49e..3b4d30ca2e 100644 --- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/FAQ.pod +++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/FAQ.pod @@ -1,6 +1,6 @@ package ExtUtils::MakeMaker::FAQ; -our $VERSION = '6.80'; +our $VERSION = '6.82'; 1; __END__ @@ -184,9 +184,12 @@ Its primary advantages are: =back -Module::Build is the official heir apparent to MakeMaker and we -encourage people to work on M::B rather than spending time adding features -to MakeMaker. +Module::Build was long the official heir apparent to MakeMaker. The rate of +both its development and adoption has slowed in recent years, though, and it is +unclear what the future holds for it. That said, Module::Build set the stage +for I<something> to become the heir to MakeMaker. MakeMaker's maintainers have +long said that it is a dead end and should be kept functioning, but not +extended with new features. It's complicated enough as it is! =back diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Tutorial.pod b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Tutorial.pod index 9d1ed0cc48..999c9a7a46 100644 --- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Tutorial.pod +++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Tutorial.pod @@ -1,6 +1,6 @@ package ExtUtils::MakeMaker::Tutorial; -our $VERSION = '6.80'; +our $VERSION = '6.82'; =head1 NAME |