diff options
author | Karen Etheridge <ether@cpan.org> | 2016-07-25 11:57:06 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2016-07-25 22:06:39 -0700 |
commit | d4fbd0cac03af55f4d3c2d346bf489c25d4889f5 (patch) | |
tree | 3b0d8d9891b05ea13d2ba882e0337632e79b812b /cpan/Module-Metadata/lib/Module | |
parent | 9648eab63b366c001d38f6de565f005cf6cea10a (diff) | |
download | perl-d4fbd0cac03af55f4d3c2d346bf489c25d4889f5.tar.gz |
upgrade Module-Metadata to 1.000033
Diffstat (limited to 'cpan/Module-Metadata/lib/Module')
-rw-r--r-- | cpan/Module-Metadata/lib/Module/Metadata.pm | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/cpan/Module-Metadata/lib/Module/Metadata.pm b/cpan/Module-Metadata/lib/Module/Metadata.pm index e8c2b25399..7f49da6d59 100644 --- a/cpan/Module-Metadata/lib/Module/Metadata.pm +++ b/cpan/Module-Metadata/lib/Module/Metadata.pm @@ -1,6 +1,6 @@ # -*- mode: cperl; tab-width: 8; indent-tabs-mode: nil; basic-offset: 2 -*- # vim:ts=8:sw=2:et:sta:sts=2:tw=78 -package Module::Metadata; # git description: v1.000031-13-g7c061c9 +package Module::Metadata; # git description: v1.000032-7-gb4e8a3f # ABSTRACT: Gather package and POD information from perl module files # Adapted from Perl-licensed code originally distributed with @@ -14,7 +14,7 @@ sub __clean_eval { eval $_[0] } use strict; use warnings; -our $VERSION = '1.000032'; # TRIAL +our $VERSION = '1.000033'; use Carp qw/croak/; use File::Spec; @@ -841,7 +841,7 @@ Module::Metadata - Gather package and POD information from perl module files =head1 VERSION -version 1.000032 +version 1.000033 =head1 SYNOPSIS @@ -1070,7 +1070,7 @@ assistance from David Golden (xdg) <dagolden@cpan.org>. =head1 CONTRIBUTORS -=for stopwords Karen Etheridge David Golden Vincent Pit Matt S Trout Chris Nehren Graham Knop Olivier Mengué Tomas Doran Tatsuhiko Miyagawa tokuhirom Peter Rabbitson Steve Hay Josh Jore Craig A. Berry Mitchell Steinbrunner Edward Zborowski Gareth Harper James Raspass Jerry D. Hedden 'BinGOs' Williams Kent Fredric +=for stopwords Karen Etheridge David Golden Vincent Pit Matt S Trout Chris Nehren Graham Knop Olivier Mengué Tomas Doran Tatsuhiko Miyagawa tokuhirom Kent Fredric Peter Rabbitson Steve Hay Jerry D. Hedden Craig A. Berry Mitchell Steinbrunner Edward Zborowski Gareth Harper James Raspass 'BinGOs' Williams Josh Jore =over 4 @@ -1116,6 +1116,10 @@ tokuhirom <tokuhirom@gmail.com> =item * +Kent Fredric <kentnl@cpan.org> + +=item * + Peter Rabbitson <ribasushi@cpan.org> =item * @@ -1124,7 +1128,7 @@ Steve Hay <steve.m.hay@googlemail.com> =item * -Josh Jore <jjore@cpan.org> +Jerry D. Hedden <jdhedden@cpan.org> =item * @@ -1132,6 +1136,10 @@ Craig A. Berry <cberry@cpan.org> =item * +Craig A. Berry <craigberry@mac.com> + +=item * + David Mitchell <davem@iabyn.com> =item * @@ -1152,15 +1160,11 @@ James Raspass <jraspass@gmail.com> =item * -Jerry D. Hedden <jdhedden@cpan.org> - -=item * - Chris 'BinGOs' Williams <chris@bingosnet.co.uk> =item * -Kent Fredric <kentnl@cpan.org> +Josh Jore <jjore@cpan.org> =back |