New XS::APItest's for sv_peek based on my DDumper work
[p5sagit/p5-mst-13.2.git] / ext / Encode / Byte / Byte.pm
index 03ba73a..3ea9035 100644 (file)
@@ -1,6 +1,8 @@
 package Encode::Byte;
+use strict;
+use warnings;
 use Encode;
-our $VERSION = do { my @r = ( q$Revision: 2.1 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r };
+our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r };
 
 use XSLoader;
 XSLoader::load( __PACKAGE__, $VERSION );
@@ -105,7 +107,6 @@ supported are as follows.
   # More vendor encodings
   AdobeStandardEncoding
   nextstep
-  gsm0338      # used in GSM handsets
   hp-roman8
 
 =head1 DESCRIPTION