This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade CPAN::Meta from 2.132661 to 2.132830
[perl5.git] / cpan / CPAN-Meta / Changes
index 82e1560..a96d888 100644 (file)
@@ -1,5 +1,46 @@
 Revision history for CPAN-Meta
 
+2.132830  2013-10-10 16:04:30 America/New_York
+
+  [ADDED]
+
+  - CPAN::Meta::Prereqs now has a 'merged_requirements' method for
+    combining requirements across multiple phases and types
+
+  [FIXED]
+
+  - Invalid 'meta-spec' is no longer a fatal error: instead, it will
+    usually be treated as spec version "1.0" (prior to formalization of the
+    meta-spec field).  Conversion has some heuristics for guessing a
+    version depending on other fields if 'meta-spec' is missing or invalid.
+
+2.132661  2013-09-23 13:27:46 America/New_York
+
+  [FIXED]
+
+  - updated Makefile.PL logic to support PERL_NO_HIGHLANDER
+
+  [PREREQS]
+
+  - Dropped ExtUtils::MakeMaker configure_requires dependency
+    to 6.17
+
+2.132660  2013-09-23 06:04:04 America/New_York
+
+  [FIXED]
+
+  - Installation on Perls < 5.12 will uninstall older versions installed
+    due to being bundled with ExtUtils::MakeMaker
+
+2.132620  2013-09-19 11:18:33 America/New_York
+
+  [CHANGED]
+
+  - META validation used to allow a scalar value when a list (i.e. array
+    reference) was required for a field. This has been tightened and
+    validation will now fail if a scalar value is given.  Conversion will
+    continue to turn scalars into an array reference as it previously did.
+
 2.132510  2013-09-08 10:17:29 America/New_York
 
   [FIXED]