This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase $DynaLoader'VERSION from 1.13 to 1.14,
authorFather Chrysostomos <sprout@cpan.org>
Fri, 7 Oct 2011 01:33:46 +0000 (18:33 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 7 Oct 2011 03:25:53 +0000 (20:25 -0700)
in view of 2e3468793982.

ext/DynaLoader/DynaLoader_pm.PL

index 2020095..495847c 100644 (file)
@@ -85,7 +85,7 @@ package DynaLoader;
 # Tim.Bunce@ig.co.uk, August 1994
 
 BEGIN {
-    $VERSION = '1.13';
+    $VERSION = '1.14';
 }
 
 use Config;