This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update CPAN-Meta to CPAN version 2.143240
[perl5.git] / cpan / CPAN-Meta / lib / CPAN / Meta / History.pm
index 001686e..b5339d1 100644 (file)
@@ -3,24 +3,25 @@ use 5.006;
 use strict;
 use warnings;
 package CPAN::Meta::History;
-our $VERSION = '2.120630'; # VERSION
-
+# VERSION
+$CPAN::Meta::History::VERSION = '2.143240';
 1;
 
 # ABSTRACT: history of CPAN Meta Spec changes
 
-
-
 __END__
+
 =pod
 
+=encoding UTF-8
+
 =head1 NAME
 
 CPAN::Meta::History - history of CPAN Meta Spec changes
 
 =head1 VERSION
 
-version 2.120630
+version 2.143240
 
 =head1 DESCRIPTION
 
@@ -174,10 +175,6 @@ November 2006
 
 =item *
 
-Clarified that all prerequisites take version range specifications
-
-=item *
-
 Added 'no_index' subkey 'directory' and removed 'dir' to match actual
 usage in the wild
 
@@ -211,6 +208,10 @@ Changed 'license' to be mandatory
 
 =item *
 
+Added version range specifications for prerequisites
+
+=item *
+
 Added required 'abstract' field
 
 =item *
@@ -312,4 +313,3 @@ This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
 
 =cut
-