From: Rafael Garcia-Suarez Date: Wed, 2 May 2007 12:42:04 +0000 (+0000) Subject: Upgrade to XSLoader 0.08 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b0d07b4e8d25114701bc6954107375b0bddf5764;p=p5sagit%2Fp5-mst-13.2.git Upgrade to XSLoader 0.08 p4raw-id: //depot/perl@31117 --- diff --git a/ext/DynaLoader/XSLoader_pm.PL b/ext/DynaLoader/XSLoader_pm.PL index 8bd39e4..14781de 100644 --- a/ext/DynaLoader/XSLoader_pm.PL +++ b/ext/DynaLoader/XSLoader_pm.PL @@ -15,7 +15,7 @@ print OUT <<'EOT'; package XSLoader; -$VERSION = "0.07"; +$VERSION = "0.08"; #use strict; @@ -68,7 +68,7 @@ print OUT <<'EOT' if $^O eq 'os2'; 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]; @@ -162,7 +162,7 @@ XSLoader - Dynamically load C libraries into Perl code =head1 VERSION -Version 0.07 +Version 0.08 =head1 SYNOPSIS