This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
bump version number of Encode by _01
authorRicardo Signes <rjbs@cpan.org>
Wed, 6 Mar 2013 14:51:29 +0000 (09:51 -0500)
committerRicardo Signes <rjbs@cpan.org>
Wed, 6 Mar 2013 14:53:00 +0000 (09:53 -0500)
cpan/Encode/Encode.pm

index 171b2da..8c5e613 100644 (file)
@@ -4,7 +4,7 @@
 package Encode;
 use strict;
 use warnings;
-our $VERSION = sprintf "%d.%02d", q$Revision: 2.44 $ =~ /(\d+)/g;
+our $VERSION = '2.44_01';
 use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG};
 use XSLoader ();
 XSLoader::load( __PACKAGE__, $VERSION );