summaryrefslogtreecommitdiff
path: root/cpan/CPAN-Meta/lib/CPAN/Meta/History.pm
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/CPAN-Meta/lib/CPAN/Meta/History.pm')
-rw-r--r--cpan/CPAN-Meta/lib/CPAN/Meta/History.pm76
1 files changed, 67 insertions, 9 deletions
diff --git a/cpan/CPAN-Meta/lib/CPAN/Meta/History.pm b/cpan/CPAN-Meta/lib/CPAN/Meta/History.pm
index 9e32d56ab5..b793884620 100644
--- a/cpan/CPAN-Meta/lib/CPAN/Meta/History.pm
+++ b/cpan/CPAN-Meta/lib/CPAN/Meta/History.pm
@@ -3,24 +3,25 @@ use 5.006;
use strict;
use warnings;
package CPAN::Meta::History;
-our $VERSION = '2.120921'; # VERSION
+our $VERSION = '2.130880'; # VERSION
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.120921
+version 2.130880
=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 *
@@ -304,6 +305,64 @@ Ricardo Signes <rjbs@cpan.org>
=back
+=head1 CONTRIBUTORS
+
+=over 4
+
+=item *
+
+Ansgar Burchardt <ansgar@cpan.org>
+
+=item *
+
+Michael G. Schwern <mschwern@cpan.org>
+
+=item *
+
+Randy Sims <randys@thepierianspring.org>
+
+=item *
+
+Ævar Arnfjörð Bjarmason <avar@cpan.org>
+
+=item *
+
+Christopher J. Madsen <cjm@cpan.org>
+
+=item *
+
+Cory G Watson <gphat@cpan.org>
+
+=item *
+
+Damyan Ivanov <dam@cpan.org>
+
+=item *
+
+Eric Wilhelm <ewilhelm@cpan.org>
+
+=item *
+
+Gregor Hermann <gregoa@debian.org>
+
+=item *
+
+Ken Williams <kwilliams@cpan.org>
+
+=item *
+
+Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 <daxim@cpan.org>
+
+=item *
+
+Leon Timmermans <leont@cpan.org>
+
+=item *
+
+Mark Fowler <markf@cpan.org>
+
+=back
+
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by David Golden and Ricardo Signes.
@@ -312,4 +371,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
-