summaryrefslogtreecommitdiff
path: root/cpan/Parse-CPAN-Meta
Commit message (Collapse)AuthorAgeFilesLines
* Update Parse-CPAN-Meta to CPAN release 1.4417Chris 'BinGOs' Williams2015-06-119-15/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 1.4417 2015-06-09 16:19:41-06:00 America/Denver - No changes from 1.4416 1.4416 2015-05-19 11:11:47-04:00 America/New_York (TRIAL RELEASE) [FIXED] - Minimum Perl was inadvertently set to v5.10.0. Now back to v5.8.1. 1.4415 2015-04-28 11:29:52-04:00 America/New_York (TRIAL RELEASE) [TESTS] - Outputs the version of backends used [META] - Updated repo metadata and boilerplate files - Pointed issue tracker to the Perl-Toolchain-Gang Github repo
* Upgrade Parse-CPAN-Meta from version 1.4413 to 1.4414Steve Hay2014-03-055-7/+130
|
* Update Parse-CPAN-Meta to CPAN version 1.4413Tony Cook2014-02-181-6/+10
| | | | | | | | | 1.4413 2014-02-17 20:04:23-05:00 America/New_York [FIXED] - UTF-8 decoding is done differently to avoid requiring a newer version of Encode (Graham Knop)
* Update Parse-CPAN-Meta to CPAN version 1.4412Chris 'BinGOs' Williams2014-02-177-52/+41
| | | | | | | | | | | | | | | | | | | [DELTA] 1.4412 2014-02-17 07:14:43-05:00 America/New_York [FIXED] - Added prerequisite on Encode 2.11 (Paul Howarth) 1.4411 2014-02-16 23:06:00-05:00 America/New_York [FIXED] - Invalid UTF-8 encoding in YAML files are now replaced with "PERLQQ" quoting from the Encode module and without warnings. - Removed legacy test modifications for $ENV{PERL_CORE}
* Update Parse-CPAN-Meta to CPAN version 1.4410Chris 'BinGOs' Williams2014-02-161-39/+29
| | | | | | | | | | | | | | | | [DELTA] 1.4410 2014-02-16 00:47:48-05:00 America/New_York [INCOMPATIBLE CHANGES] - Dropped support for Perl's before v5.8.1 to ensure proper UTF-8 and IO layer support [CHANGED] - Updated CPAN::Meta::YAML prereq to 0.011 due to deprecation of 'errstr' and consistent use of exceptions
* Remove all IGNORABLE files under cpan/Steve Hay2013-10-181-144/+0
| | | | | | | | | | | | | | | | This was discussed on p5p: http://www.nntp.perl.org/group/perl.perl5.porters/2013/10/msg208635.html One LICENSE file (Locale-Codes) has been removed (contrary to one suggestion in that thread) since it was the only one, and only says "This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself." anyway. Two files that I had previously suggested retaining for the sake of tests have also been removed. In one case, a test script has been modified (in Digest-MD5; I will send a ticket upstream); in the other case (in Test-Harness) I have removed the test which depended on the MANIFEST files, as suggested in the above thread.
* Update Parse-CPAN-Meta to CPAN version 1.4409Chris 'BinGOs' Williams2013-10-012-50/+103
| | | | | | | | | | | | | | | | | [DELTA] 1.4409 2013-09-23 13:17:18 America/New_York [FIXED] - updated Makefile.PL logic to support PERL_NO_HIGHLANDER 1.4408 2013-09-23 11:06:35 America/New_York [FIXED] - Installation on Perls < 5.12 will uninstall older versions installed due to being bundled with ExtUtils::MakeMaker
* Upgrade Parse::CPAN::Meta from version 1.4405 to 1.4407Steve Hay2013-09-092-27/+43
|
* Update Parse-CPAN-Meta to CPAN version 1.4405Chris 'BinGOs' Williams2013-07-186-52/+71
| | | | | | | | | | [DELTA] 1.4405 2013-07-17 21:43:34 America/New_York - Fixed incorrect "return ... or die ..." constructs - Converted distribution to Dist::Zilla management - Noted new repository location in the Github Perl-Toolchain-Gang organization
* Updated Parse-CPAN-Meta to CPAN version 1.4404Chris 'BinGOs' Williams2012-06-157-1/+22
| | | | | | | | | | [DELTA] 1.4404 Sun Apr 05 2012 - Protected tests from user PERL_YAML/JSON_BACKEND 1.4403 Sun Apr 01 2012 - Bumped prereqs: JSON::PP to 2.27200 and CPAN::Meta::YAML to 0.008
* Update Parse-CPAN-Meta to CPAN version 1.4402Chris 'BinGOs' Williams2012-02-082-11/+14
| | | | | | | [DELTA] 1.4402 Tue Feb 07 2012 - Minor maintenance: standardized newlines to Unix style
* Updated Parse::CPAN::Meta to CPAN version 1.4401David Golden2011-02-0732-2818/+423
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 1.4401 Fri Feb 04 2011 - Removed Module::Load::Conditional dependency 1.4400 Fri Feb 04 2011 - Added 'json_backend' and 'yaml_backend' methods to provide the names of modules used for deserialization 1.4200 Mon Jan 24 2011 - No changes from 1.41_04 1.41_04 Mon Jan 3 2011 - Support PERL_JSON_BACKEND environment (defaulting to JSON::PP) - Support PERL_YAML_BACKEND environment (defaulting to CPAN::Meta:YAML) - Update Makefile.PL to install to sitelib on Perl 5.12+ 1.41_03 Fri Dec 17 2010 - Throw exception when CPAN::Meta::YAML has a parse error (RT#47608) 1.41_02 Fri Dec 17 2010 - Convert to using CPAN::Meta::YAML instead of YAML::Tiny 1.41_01 Fri Dec 10 2010 - add support for JSON metafiles and load_* methods (RJBS) - Move binary file unpacking to test file from Makefile.PL so tests will pass in the Perl core using a generated Makefile.PL - Move bundled uupacktool.pl to t/bin/
* Work around Parse-CPAN-Meta's desire to run a command at 'make test' time. ↵Jesse Vincent2009-10-131-0/+0
| | | | - Commit the generated file
* Upgrade to Parse-CPAN-Meta-1.40Steve Hay2009-10-115-1/+246
|
* Move Parse::CPAN::Meta from ext/ to cpan/Nicholas Clark2009-09-2626-0/+2897