From: Jarkko Hietaniemi Date: Tue, 23 Sep 2003 12:02:28 +0000 (+0000) Subject: Bump the Encode version to 1.9801 since we are no more identical X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ac6c51b859bf3bdb964745162899c282192e42f0;p=p5sagit%2Fp5-mst-13.2.git Bump the Encode version to 1.9801 since we are no more identical to the CPAN version. p4raw-id: //depot/perl@21338 --- diff --git a/ext/Encode/Encode.pm b/ext/Encode/Encode.pm index 796a462..043337b 100644 --- a/ext/Encode/Encode.pm +++ b/ext/Encode/Encode.pm @@ -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);