projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
5814803
)
bump version number of Encode to _02
author
David Mitchell <davem@iabyn.com>
Thu, 7 Mar 2013 14:01:01 +0000 (14:01 +0000)
committer
David Mitchell <davem@iabyn.com>
Thu, 7 Mar 2013 15:08:20 +0000 (15:08 +0000)
cpan/Encode/Encode.pm
patch
|
blob
|
blame
|
history
diff --git
a/cpan/Encode/Encode.pm
b/cpan/Encode/Encode.pm
index
a8f0634
..
0047ce6
100644
(file)
--- a/
cpan/Encode/Encode.pm
+++ b/
cpan/Encode/Encode.pm
@@
-4,7
+4,7
@@
package Encode;
use strict;
use warnings;
-our $VERSION = sprintf "%d.%02d_01", q$Revision: 2.42 $ =~ /(\d+)/g;
+our $VERSION = sprintf "%d.%02d_02", q$Revision: 2.42 $ =~ /(\d+)/g;
sub DEBUG () { 0 }
use XSLoader ();
XSLoader::load( __PACKAGE__, $VERSION );