In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/4e390bd81a04c93af4486d2d05c5ca2b02e5ed0c?hp=c51ff80d065257242d00af1b072f1e9492ccc8c7>

- Log -----------------------------------------------------------------
commit 4e390bd81a04c93af4486d2d05c5ca2b02e5ed0c
Author: David Mitchell <[email protected]>
Date:   Sat Jun 27 20:51:20 2009 +0100

    bump Dynaloader to 1.10 to distinguish it from the 5.8.9 release
-----------------------------------------------------------------------

Summary of changes:
 ext/DynaLoader/DynaLoader_pm.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ext/DynaLoader/DynaLoader_pm.PL b/ext/DynaLoader/DynaLoader_pm.PL
index 2b833e5..27ccd7d 100644
--- a/ext/DynaLoader/DynaLoader_pm.PL
+++ b/ext/DynaLoader/DynaLoader_pm.PL
@@ -85,7 +85,7 @@ package DynaLoader;
 # [email protected], August 1994
 
 BEGIN {
-    $VERSION = '1.09';
+    $VERSION = '1.10';
 }
 
 require AutoLoader;

--
Perl5 Master Repository

Reply via email to