SYN SYN
[p5sagit/p5-mst-13.2.git] / ext / ByteLoader / ByteLoader.pm
index d11d957..9c8c84d 100644 (file)
@@ -1,12 +1,10 @@
 package ByteLoader;
 
-require DynaLoader;
+use XSLoader ();
 
-@ISA = qw(DynaLoader);
+$VERSION = 0.04;
 
-$VERSION = 0.01;
-
-bootstrap ByteLoader $VERSION;
+XSLoader::load 'ByteLoader', $VERSION;
 
 # Preloaded methods go here.
 
@@ -19,10 +17,10 @@ ByteLoader - load byte compiled perl code
 
 =head1 SYNOPSIS
 
-  use ByteLoader 0.01;
+  use ByteLoader 0.04;
   <byte code>
 
-  use ByteLoader 0.01;
+  use ByteLoader 0.04;
   <byte code>
 
 =head1 DESCRIPTION