In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/ad06c68e1547b1a860919feac7df7c509e7efbaf?hp=31221351abb3a508c369e8203d17da077adc667b>

- Log -----------------------------------------------------------------
commit ad06c68e1547b1a860919feac7df7c509e7efbaf
Author: Tony Cook <t...@develop-help.com>
Date:   Mon Jul 20 16:02:00 2015 +1000

    bump $DynaLoader::VERSION to 1.33

M       ext/DynaLoader/DynaLoader_pm.PL

commit 6114e455f60b0de62a0b74edee3c9e1841d49c42
Author: Matthew Horsfall (alh) <wolfs...@gmail.com>
Date:   Thu Aug 29 08:41:06 2013 -0400

    Replace reference to newXSUB with newXS.
    
    newXSUB hasn't been around for a long time

M       ext/DynaLoader/DynaLoader_pm.PL
-----------------------------------------------------------------------

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

diff --git a/ext/DynaLoader/DynaLoader_pm.PL b/ext/DynaLoader/DynaLoader_pm.PL
index 45dd6d3..c7ae049 100644
--- a/ext/DynaLoader/DynaLoader_pm.PL
+++ b/ext/DynaLoader/DynaLoader_pm.PL
@@ -85,7 +85,7 @@ package DynaLoader;
 # tim.bu...@ig.co.uk, August 1994
 
 BEGIN {
-    $VERSION = '1.32';
+    $VERSION = '1.33';
 }
 
 use Config;
@@ -899,7 +899,7 @@ Syntax:
 
 Create a new Perl external subroutine named $perl_name using $symref as
 a pointer to the function which implements the routine.  This is simply
-a direct call to newXSUB().  Returns a reference to the installed
+a direct call to newXS()/newXS_flags().  Returns a reference to the installed
 function.
 
 The $filename parameter is used by Perl to identify the source file for

--
Perl5 Master Repository

Reply via email to