summaryrefslogtreecommitdiff
path: root/cpan/Parse-CPAN-Meta
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2013-09-09 09:09:45 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2013-09-09 09:20:01 +0100
commit545c8cda68c5ecc74089d3c924be1d9d8a9ab0fe (patch)
treeef4ddf6986cab9d7b8615ef9b82afed60cb82487 /cpan/Parse-CPAN-Meta
parenta0e78e9f9f29865938f718bbb013713a031344fd (diff)
downloadperl-545c8cda68c5ecc74089d3c924be1d9d8a9ab0fe.tar.gz
Upgrade Parse::CPAN::Meta from version 1.4405 to 1.4407
Diffstat (limited to 'cpan/Parse-CPAN-Meta')
-rw-r--r--cpan/Parse-CPAN-Meta/Changes44
-rw-r--r--cpan/Parse-CPAN-Meta/lib/Parse/CPAN/Meta.pm26
2 files changed, 43 insertions, 27 deletions
diff --git a/cpan/Parse-CPAN-Meta/Changes b/cpan/Parse-CPAN-Meta/Changes
index 1a66352aeb..323191ae45 100644
--- a/cpan/Parse-CPAN-Meta/Changes
+++ b/cpan/Parse-CPAN-Meta/Changes
@@ -1,57 +1,63 @@
Changes for Perl programming language extension Parse-CPAN-Meta
+1.4407 2013-09-08 10:16:29 America/New_York
+ - Fixed incorrect resource metadata
+
+1.4406 2013-09-08 09:59:28 America/New_York
+ - Fixed improperly encoded META.yml
+
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
-1.4404 Sun Apr 05 2012
+1.4404 2012-04-05
- Protected tests from user PERL_YAML/JSON_BACKEND
-1.4403 Sun Apr 01 2012
+1.4403 2012-04-01
- Bumped prereqs: JSON::PP to 2.27200 and CPAN::Meta::YAML to 0.008
-1.4402 Tue Feb 07 2012
+1.4402 2012-02-07
- Minor maintenance: standardized newlines to Unix style
-1.4401 Fri Feb 04 2011
+1.4401 2011-02-04
- Removed Module::Load::Conditional dependency
-1.4400 Fri Feb 04 2011
+1.4400 2011-02-04
- Added 'json_backend' and 'yaml_backend' methods to provide
the names of modules used for deserialization
-1.4200 Mon Jan 24 2011
+1.4200 2011-01-24
- No changes from 1.41_04
-1.41_04 Mon Jan 3 2011
+1.41_04 2011-01-03
- 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
+1.41_03 2010-12-17
- Throw exception when CPAN::Meta::YAML has a parse error
(RT#47608)
-1.41_02 Fri Dec 17 2010
+1.41_02 2010-12-17
- Convert to using CPAN::Meta::YAML instead of YAML::Tiny
-1.41_01 Fri Dec 10 2010
+1.41_01 2010-12-10
- 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/
-1.40 Sat 25 Jul 2009
+1.40 2009-07-25
- Add core perl 5.10.1's uupacktool.pl
- Repackage t/data/utf_16_le_bom.yml as ASCII for https://rt.cpan.org/Ticket/Display.html?id=47844
-1.39 Thu 21 May 2009
+1.39 2009-05-21
- Even though utf8 starts at 5.7+ there's no is_utf till
5.8.1 so skip in the tests if needed (ADAMK)
-1.38 Sat 16 May 2009
+1.38 2009-05-16
- Synchorised version numbers with YAML::Tiny
- Code shrinkages to the bloaty Unicode/BOM code
- Merging a ton more tests from YAML::Tiny
@@ -59,24 +65,24 @@ Changes for Perl programming language extension Parse-CPAN-Meta
codebase closer to YAML::Tiny (which should help with syncing)
- Changed exceptions to be closer to YAML::Tiny
-0.05 Wed 11 Mar 2009
+0.05 2009-03-11
- Upgrade previous release to a stable release.
-0.04_01 Tue 3 Mar 2009
+0.04_01 2009-03-03
- Merge Unicode / BOM fixes from YAML::Tiny
-0.04 Wed 7 Jan 2009
+0.04 2009-01-07
- Matching changes in YAML::Tiny 1.36
- Fixing missing feature reported by H.Merijn Brand
- Changes to make Padre-CPAN-Meta core-compatible (SMUELLER)++
-0.03 Thu 20 Mar 2008
+0.03 2008-03-20
- Adding YAML.pm compatibility in scalar context
-0.02 Thu 10 Jan 2008
+0.02 2008-01-10
- Purging some references to YAML::Tiny that I missed
-0.01 Tue 8 Jan 2008
+0.01 2008-01-08
- Cloned from YAML::Tiny 1.21
- Removed all write functionality
- Reduced interface to Load and LoadFile
diff --git a/cpan/Parse-CPAN-Meta/lib/Parse/CPAN/Meta.pm b/cpan/Parse-CPAN-Meta/lib/Parse/CPAN/Meta.pm
index 530924f013..c5dbe90690 100644
--- a/cpan/Parse-CPAN-Meta/lib/Parse/CPAN/Meta.pm
+++ b/cpan/Parse-CPAN-Meta/lib/Parse/CPAN/Meta.pm
@@ -1,7 +1,7 @@
use strict;
package Parse::CPAN::Meta;
# ABSTRACT: Parse META.yml and META.json CPAN metadata files
-our $VERSION = '1.4405'; # VERSION
+our $VERSION = '1.4407'; # VERSION
use Carp 'croak';
@@ -136,7 +136,7 @@ Parse::CPAN::Meta - Parse META.yml and META.json CPAN metadata files
=head1 VERSION
-version 1.4405
+version 1.4407
=head1 SYNOPSIS
@@ -271,7 +271,7 @@ will be thrown.
=head2 Bugs / Feature Requests
Please report any bugs or feature requests through the issue tracker
-at L<https://rt.cpan.org/Public/Dist/Display.html?Name=Parse-CPAN-Meta>.
+at L<http://rt.cpan.org/Public/Dist/Display.html?Name=Parse-CPAN-Meta>.
You will be notified automatically of any progress on your issue.
=head2 Source Code
@@ -279,25 +279,35 @@ You will be notified automatically of any progress on your issue.
This is open source software. The code repository is available for
public review and contribution under the terms of the license.
-L<http://github.com/Perl-Toolchain-Gang/Parse-CPAN-Meta>
+L<https://github.com/Perl-Toolchain-Gang/Parse-CPAN-Meta>
- git clone git://github.com/Perl-Toolchain-Gang/Parse-CPAN-Meta.git
+ git clone https://github.com/Perl-Toolchain-Gang/Parse-CPAN-Meta.git
-=head1 AUTHOR
+=head1 AUTHORS
+
+=over 4
+
+=item *
Adam Kennedy <adamk@cpan.org>
+=item *
+
+David Golden <dagolden@cpan.org>
+
+=back
+
=head1 CONTRIBUTORS
=over 4
=item *
-David Golden <dagolden@cpan.org>
+Joshua ben Jore <jjore@cpan.org>
=item *
-Joshua ben Jore <jjore@cpan.org>
+Neil Bowers <neil@bowers.com>
=item *