wince patch
[p5sagit/p5-mst-13.2.git] / ext / ByteLoader / ByteLoader.pm
index 08a53a6..5ff3c91 100644 (file)
@@ -2,19 +2,20 @@ package ByteLoader;
 
 use XSLoader ();
 
-our $VERSION = '0.04';
+our $VERSION = '0.06';
 
 XSLoader::load 'ByteLoader', $VERSION;
 
 1;
 __END__
+
 =head1 NAME
 
 ByteLoader - load byte compiled perl code
 
 =head1 SYNOPSIS
 
-  use ByteLoader 0.04;
+  use ByteLoader 0.06;
   <byte code>
 
   or just