p4raw-id: //depot/perl@31117
package XSLoader;
-$VERSION = "0.07";
+$VERSION = "0.08";
#use strict;
die 'Dynaloaded Perl modules are not available in this build of Perl' if $OS2::is_static;
EOT
-
+
print OUT <<'EOT';
my $modpname = join('/',@modparts);
my $modlibname = (caller())[1];
=head1 VERSION
-Version 0.07
+Version 0.08
=head1 SYNOPSIS