Re: [PATCH] Refactoring to Sv*_set() macros - patch #5

[email protected] (Steve Peters) Tue, 19 Apr 2005 07:33:58 -0500
Newsgroups perl.perl5.porters,perl.ponie.dev
Message-ID <[email protected]>
On Tue, Apr 19, 2005 at 06:34:43AM -0400, John Peacock wrote:
> Nicholas Clark wrote:
> >>--- lib/List/Util.pm.orig	Sat May 22 03:02:24 2004
> >>+++ lib/List/Util.pm	Mon Apr 18 18:26:54 2005
> >>@@ -10,7 +10,7 @@
> >>
> >>@ISA        = qw(Exporter);
> >>@EXPORT_OK  = qw(first min max minstr maxstr reduce sum shuffle);
> >>-$VERSION    = "1.14";
> >>+$VERSION    = "1.14_01";
> >>$XS_VERSION = $VERSION;
> >>$VERSION    = eval $VERSION;
> 
> And let's make sure to remember that change and fix it before releasing 
> 5.10.0. It's bad to have an alpha $VERSION in a core module.  In this 
>  case, it is necessary to get Graham (cc'd) to release a new CPAN distro, to 
> keep in sync, but it as soon as that happens, it should be changed in blead 
> too...
> 

Yes, I will be providing patches to the maintainers of both core modules that
are maintained outside the core.  The changes in the core will prevent any
failures from compiling the core with a -DPERL_DEBUG_COW to test that the 
changes made are complete.

Steve Peters
[email protected]