In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/feb60068014d75cb438e129636ada566ccdaabcb?hp=dfef7e5043ea07d18f882547566d0a06b7b68ea8>
- Log ----------------------------------------------------------------- commit feb60068014d75cb438e129636ada566ccdaabcb Author: H.Merijn Brand <[email protected]> Date: Tue Jul 30 15:06:19 2013 +0200 Config-Perl-V 0.19 released ----------------------------------------------------------------------- Summary of changes: cpan/Config-Perl-V/V.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpan/Config-Perl-V/V.pm b/cpan/Config-Perl-V/V.pm index 3270834..a2304e4 100644 --- a/cpan/Config-Perl-V/V.pm +++ b/cpan/Config-Perl-V/V.pm @@ -8,7 +8,7 @@ use warnings; use Config; use Exporter; use vars qw($VERSION @ISA @EXPORT_OK %EXPORT_TAGS); -$VERSION = "0.18"; +$VERSION = "0.19"; @ISA = ("Exporter"); @EXPORT_OK = qw( plv2hash summary myconfig signature ); %EXPORT_TAGS = ( -- Perl5 Master Repository
