X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FEncode%2FEncode.pm;h=24a544a7a0213c7b9d65438c60bcc4d536a417e4;hb=0263186c5d39f3f23552d1bbfa76bd53508fb505;hp=c76fcdb8499de27169938d0232eac3d4ac2999c8;hpb=a94e4597e1b418bff145cd900d0d59a59b19b47c;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/Encode/Encode.pm b/ext/Encode/Encode.pm index c76fcdb..24a544a 100644 --- a/ext/Encode/Encode.pm +++ b/ext/Encode/Encode.pm @@ -1,10 +1,10 @@ # -# $Id: Encode.pm,v 2.24 2008/03/12 09:58:12 dankogai Exp dankogai $ +# $Id: Encode.pm,v 2.25 2008/05/07 20:56:05 dankogai Exp dankogai $ # package Encode; use strict; use warnings; -our $VERSION = sprintf "%d.%02d", q$Revision: 2.24 $ =~ /(\d+)/g; +our $VERSION = sprintf "%d.%02d", q$Revision: 2.25 $ =~ /(\d+)/g; sub DEBUG () { 0 } use XSLoader (); XSLoader::load( __PACKAGE__, $VERSION ); @@ -36,7 +36,8 @@ our @EXPORT_OK = ( our %EXPORT_TAGS = ( all => [ @EXPORT, @EXPORT_OK ], - fallbacks => [@FB_CONSTS], + default => [ @EXPORT ], + fallbacks => [ @FB_CONSTS ], fallback_all => [ @FB_CONSTS, @FB_FLAGS ], );