diff options
Diffstat (limited to 'cpan/Module-Metadata/lib/Module')
-rw-r--r-- | cpan/Module-Metadata/lib/Module/Metadata.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpan/Module-Metadata/lib/Module/Metadata.pm b/cpan/Module-Metadata/lib/Module/Metadata.pm index 593b1c9930..ecc535f03b 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.000034-7-gcc9c7d0 +package Module::Metadata; # git description: v1.000035-3-gaa51be1 # 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.000035'; +our $VERSION = '1.000036'; 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.000035 +version 1.000036 =head1 SYNOPSIS |