In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/7cc1b246ee36671b5f6d51bdcf7169e88529f83e?hp=b92436812dba82a303a5ce29c1862e80f80ef47e>
- Log ----------------------------------------------------------------- commit 7cc1b246ee36671b5f6d51bdcf7169e88529f83e Author: Steffen Mueller <[email protected]> Date: Wed Mar 11 18:23:41 2009 +0100 Merge Parse::CPAN::Meta 0.05 into core ----------------------------------------------------------------------- Summary of changes: lib/Parse/CPAN/Meta.pm | 2 +- lib/Parse/CPAN/Meta/Changes | 3 +++ 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/lib/Parse/CPAN/Meta.pm b/lib/Parse/CPAN/Meta.pm index 6a80681..afbb587 100644 --- a/lib/Parse/CPAN/Meta.pm +++ b/lib/Parse/CPAN/Meta.pm @@ -5,7 +5,7 @@ use Carp 'croak'; BEGIN { require 5.004; require Exporter; - $Parse::CPAN::Meta::VERSION = '0.04_01'; + $Parse::CPAN::Meta::VERSION = '0.05'; @Parse::CPAN::Meta::ISA = qw{ Exporter }; @Parse::CPAN::Meta::EXPORT_OK = qw{ Load LoadFile }; } diff --git a/lib/Parse/CPAN/Meta/Changes b/lib/Parse/CPAN/Meta/Changes index 5a16651..d602d4a 100644 --- a/lib/Parse/CPAN/Meta/Changes +++ b/lib/Parse/CPAN/Meta/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension Parse-CPAN-Meta +0.05 Wed 11 Mar 2009 + - Upgrade previous release to a stable release. + 0.04_01 Tue 3 Mar 2009 - Merge Unicode / BOM fixes from YAML::Tiny -- Perl5 Master Repository
