diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/CPAN/Meta/History.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/CPAN/Meta/History.pm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/tlpkg/tlperl/lib/CPAN/Meta/History.pm b/Master/tlpkg/tlperl/lib/CPAN/Meta/History.pm index ab036907a49..001686e1b70 100644 --- a/Master/tlpkg/tlperl/lib/CPAN/Meta/History.pm +++ b/Master/tlpkg/tlperl/lib/CPAN/Meta/History.pm @@ -3,12 +3,12 @@ use 5.006; use strict; use warnings; package CPAN::Meta::History; -BEGIN { - $CPAN::Meta::History::VERSION = '2.110440'; -} -# ABSTRACT: history of CPAN Meta Spec changes +our $VERSION = '2.120630'; # VERSION + 1; +# ABSTRACT: history of CPAN Meta Spec changes + __END__ @@ -20,7 +20,7 @@ CPAN::Meta::History - history of CPAN Meta Spec changes =head1 VERSION -version 2.110440 +version 2.120630 =head1 DESCRIPTION @@ -242,7 +242,7 @@ Added 'resources' field with subkeys 'homepage', 'license', and =item * -Added 'optional_features' field as an alterate under 'recommends'. +Added 'optional_features' field as an alternate under 'recommends'. Includes 'description', 'requires', 'build_requires', 'conflicts', 'requires_packages', 'requires_os' and 'excluded_os' as valid subkeys |