This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update DynaLoader's VERSION after commit 7d08496d81c138d9.
authorNicholas Clark <nick@ccl4.org>
Sun, 3 Jun 2012 14:34:40 +0000 (16:34 +0200)
committerNicholas Clark <nick@ccl4.org>
Mon, 18 Jun 2012 12:15:41 +0000 (14:15 +0200)
ext/DynaLoader/DynaLoader_pm.PL
pod/perldelta.pod

index 495847c..ad056c8 100644 (file)
@@ -85,7 +85,7 @@ package DynaLoader;
 # Tim.Bunce@ig.co.uk, August 1994
 
 BEGIN {
-    $VERSION = '1.14';
+    $VERSION = '1.15';
 }
 
 use Config;
index 7c30b55..482a714 100644 (file)
@@ -169,6 +169,12 @@ The constructor now respects overridden accessor methods [perl #29230].
 
 =item *
 
+L<DynaLoader> has been upgraded from version 1.14 to 1.15.
+
+This is due to a minor code change in the XS for the VMS implementation.
+
+=item *
+
 L<ExtUtils::CBuilder> has been upgraded from version 0.280206 to 0.280208.
 
 It no longer fails when trying to embed manifests on Windows