Ressurect change 27824, which plugs a resource leak in uncalled code.
[p5sagit/p5-mst-13.2.git] / ext / Encode / Symbol / Symbol.pm
index c0e0013..e617bd4 100644 (file)
@@ -1,15 +1,16 @@
 package Encode::Symbol;
 use Encode;
-our $VERSION = do { my @r = (q$Revision: 0.96 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
+our $VERSION = do { my @r = ( q$Revision: 2.1 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r };
 
 use XSLoader;
-XSLoader::load('Encode::Symbol',$VERSION);
+XSLoader::load( __PACKAGE__, $VERSION );
 
 1;
 __END__
+
 =head1 NAME
 
-Encode::Symbol - EBCDIC Encodings
+Encode::Symbol - Symbol Encodings
 
 =head1 SYNOPSIS
 
@@ -26,10 +27,13 @@ supported are as follows.
   --------------------------------------------------------------------
   symbol
   dingbats
+  AdobeZDingbat
+  AdobeSymbol
+  MacDingbats
 
 =head1 DESCRIPTION
 
-To find how to use this module in detail, see L<Encode>.
+To find out how to use this module in detail, see L<Encode>.
 
 =head1 SEE ALSO