This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump the Encode version to 1.9801 since we are no more identical
[perl5.git] / ext / Encode / Encode.pm
index 796a462..043337b 100644 (file)
@@ -3,7 +3,7 @@
 #
 package Encode;
 use strict;
-our $VERSION = do { my @r = (q$Revision: 1.98 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
+our $VERSION = do { my @r = (q$Revision: 1.9801 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
 sub DEBUG () { 0 }
 use XSLoader ();
 XSLoader::load(__PACKAGE__, $VERSION);