CPAN-Meta
view release on metacpan or search on metacpan
- Fixed use of incorrect method in CPAN::Meta::Merge implementation
[DOCUMENTED]
- Clarified that no_index is a list of exclusions, and that indexers
should generally exclude 'inc', 'xt' and 't' as well.
- CPAN::Meta::History::Meta_1_0 through 1_4 are added as a permanent
record of 1.x versions of the metaspec
2.142060 2014-07-25 13:30:06-04:00 America/New_York
[ADDED]
- CPAN::Meta::Merge is a new class for merging two possibly overlapping
instances of metadata. It will accept both CPAN::Meta objects and
(possibly incomplete) hashrefs of metadata.
2.141520 2014-05-31 23:41:13-04:00 America/New_York
[DOCUMENTED]
- Clarified use of 'file' for the 'provides' field in the Spec
2.141170 2014-04-27 13:03:37-04:00 America/New_York
[ADDED]
- Added ability for CPAN::Meta::Converter to convert metadata fragments
(incomplete portions of a metadata structure)
[CHANGED]
- Optimized internal use of JSON for datastructure cloning
[FIXED]
- Removed dependency on List::Util 1.33
[DOCUMENTED]
- Clarified language around 'dynamic_config' in the Spec
2.140640 2014-03-05 09:07:05-05:00 America/New_York
[FIXED]
- A change to the default meta-spec URL in 2.140630 from search.cpan.org
to metacpan.org broke Module::Build and ExtUtils::MakeMaker. This
reverts that change. Also added the missing change note to the prior
version.
2.140630 2014-03-04 15:23:40-05:00 America/New_York
[CHANGED]
- Default meta-spec URL points to metacpan.org instead of search.cpan.org
[ADDED]
- Added a 'load_string' method that guesses whether the string
is YAML or JSON
2.133380 2013-12-03 23:01:07 America/New_York
[FIXED]
- Improved bad version handling during META conversion
- When downgrading multiple licenses to version 1.x META formats, if all
the licenses are open source, the downgraded license will be
"open_source", not "unknown"
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]
- Fixed incorrectly encoded META.yml
2.132140 2013-08-02 11:54:17 America/New_York
[DOCUMENTATION]
- Fixed some typos in CPAN::Meta::Spec
[OTHER]
- migrated repository to Perl-Toolchain-Gang organization on Github and
updated metadata accordingly
2.131560 2013-06-05 15:26:36 America/New_York
[DOCUMENTATION]
- Replaced CPAN::Meta SYNOPSIS with code that actually works
2.131490 2013-05-29 14:15:16 America/New_York
[BUGFIX]
- Downconversion of custom resources was not dropping the leading "x_".
Now "x_MailingList" will downconvert correctly to "MailingList".
[SPEC]
( run in 0.666 second using v1.01-cache-2.11-cpan-ceb78f64989 )