Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Perl: porters

[PATCH] IO-Compress 2.022

 

 

Perl porters RSS feed   Index | Next | Previous | View Threaded


Paul.Marquess at btinternet

Oct 9, 2009, 2:54 PM

Post #1 of 11 (561 views)
Permalink
[PATCH] IO-Compress 2.022

Enclosed is a patch to sort out the Makefile.PL issue. The CPAN version
will be uploaded shortly

Paul
Attachments: 0001-IO-Compress-2.022.patch (23.4 KB)


steve.m.hay at googlemail

Oct 9, 2009, 5:40 PM

Post #2 of 11 (553 views)
Permalink
Re: [PATCH] IO-Compress 2.022 [In reply to]

2009/10/9 Paul Marquess <Paul.Marquess [at] btinternet>:
> Enclosed is a patch to sort out the Makefile.PL issue. The CPAN version will
> be uploaded shortly
>

Gah! You've got the wrong version in there! You've got [5.9.0, 5.11.1]
instead of [5.9.0, 5.11.0]. Even after you double-checked...

http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2009-10/msg00445.html

It's hit CPAN already, so what's the best way out now? Make a 2.023 to
fix this now? Or is it easier for me to delay reverting the core
changes until after 5.11.1 is released (shouldn't be long!), in which
case what you've done would then be correct?


jesse at fsck

Oct 9, 2009, 6:31 PM

Post #3 of 11 (544 views)
Permalink
Re: [PATCH] IO-Compress 2.022 [In reply to]

On Sat, Oct 10, 2009 at 01:40:03AM +0100, Steve Hay wrote:
> 2009/10/9 Paul Marquess <Paul.Marquess [at] btinternet>:
> > Enclosed is a patch to sort out the Makefile.PL issue. The CPAN version will
> > be uploaded shortly
> >
>
> Gah! You've got the wrong version in there! You've got [5.9.0, 5.11.1]
> instead of [5.9.0, 5.11.0]. Even after you double-checked...
>
> http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2009-10/msg00445.html
>
> It's hit CPAN already, so what's the best way out now? Make a 2.023 to
> fix this now? Or is it easier for me to delay reverting the core
> changes until after 5.11.1 is released (shouldn't be long!), in which
> case what you've done would then be correct?
>

Let's just wait until after 5.11.1 comes out a week from this Tuesday. :)

--


Paul.Marquess at ntlworld

Oct 10, 2009, 1:19 AM

Post #4 of 11 (542 views)
Permalink
RE: [PATCH] IO-Compress 2.022 [In reply to]

> -----Original Message-----
> From: jesse [mailto:jesse [at] fsck]
> Sent: 10 October 2009 02:31
> To: Steve Hay
> Cc: Paul Marquess; perl5-porters [at] perl
> Subject: Re: [PATCH] IO-Compress 2.022
>
>
>
>
> On Sat, Oct 10, 2009 at 01:40:03AM +0100, Steve Hay wrote:
> > 2009/10/9 Paul Marquess <Paul.Marquess [at] btinternet>:
> > > Enclosed is a patch to sort out the Makefile.PL issue. The CPAN
> version will
> > > be uploaded shortly
> > >
> >
> > Gah! You've got the wrong version in there! You've got [5.9.0,
> 5.11.1]
> > instead of [5.9.0, 5.11.0]. Even after you double-checked...

Damn! Sorry about that.

> > http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2009-
> 10/msg00445.html
> >
> > It's hit CPAN already, so what's the best way out now? Make a 2.023
> to
> > fix this now? Or is it easier for me to delay reverting the core
> > changes until after 5.11.1 is released (shouldn't be long!), in which
> > case what you've done would then be correct?
> >
>
> Let's just wait until after 5.11.1 comes out a week from this Tuesday.
> :)

That would suit me, if it's ok with everyone.

Paul


Paul.Marquess at ntlworld

Oct 16, 2009, 12:25 AM

Post #5 of 11 (519 views)
Permalink
RE: [PATCH] IO-Compress 2.022 [In reply to]

Just got my first bug report for the

INSTALLPRIVLIB => '$(INSTALLARCHLIB)'

patch. See https://rt.cpan.org/Ticket/Display.html?id=50531


Below is a copy from the RT report. Not quite sure what is going on. I've
requested the perl -V output.

Download (untitled) [text/plain 980b] All tests successful.
Files=85, Tests=52223, 104 wallclock secs ( 1.23 usr 0.23 sys + 7.78
cusr 2.72 csys = 11.96 CPU)
Result: PASS
make[1]: Leaving directory
`/home/build/p4/GNR-602/ThirdParty/Perl/.cpan/build/IO-Compress-2.022-uaqcQy
'
PMQS/IO-Compress-2.022.tar.gz
/usr/bin/make test -- OK
Warning (usually harmless): 'YAML' not installed, will not store
persistent state
Running make install
Prepending
/home/build/p4/GNR-602/ThirdParty/Perl/.cpan/build/IO-Compress-2.022-uaqcQy/
blib/arch
/home/build/p4/GNR-602/ThirdParty/Perl/.cpan/build/IO-Compress-2.022-uaqcQy/
blib/lib
to PERL5LIB for 'install'
make[1]: Entering directory
`/home/build/p4/GNR-602/ThirdParty/Perl/.cpan/build/IO-Compress-2.022-uaqcQy
'
Makefile:88: *** Recursive variable `INSTALLARCHLIB' references itself
(eventually). Stop.
make[1]: Leaving directory
`/home/build/p4/GNR-602/ThirdParty/Perl/.cpan/build/IO-Compress-2.022-uaqcQy
'
PMQS/IO-Compress-2.022.tar.gz
/usr/bin/make install -- NOT OK


Makefile, line 88:

88 INSTALLARCHLIB = $(INSTALLARCHLIB)

Paul


SteveHay at planit

Oct 16, 2009, 12:57 AM

Post #6 of 11 (517 views)
Permalink
RE: [PATCH] IO-Compress 2.022 [In reply to]

Paul Marquess wrote on 2009-10-16:
> Just got my first bug report for the
>
> INSTALLPRIVLIB => '$(INSTALLARCHLIB)'
>
> patch. See https://rt.cpan.org/Ticket/Display.html?id=50531
>
>
> Below is a copy from the RT report. Not quite sure what is going on.
> I've requested the perl -V output.
>
> Download (untitled) [text/plain 980b] All tests successful. Files=85,
> Tests=52223, 104 wallclock secs ( 1.23 usr 0.23 sys + 7.78 cusr 2.72
> csys = 11.96 CPU) Result: PASS make[1]: Leaving directory
> `/home/build/p4/GNR-602/ThirdParty/Perl/.cpan/build/IO-Compress-2.022-
> uaqcQy ' PMQS/IO-Compress-2.022.tar.gz /usr/bin/make test -- OK
Warning
> (usually harmless): 'YAML' not installed, will not store persistent
> state Running make install Prepending
> /home/build/p4/GNR-602/ThirdParty/Perl/.cpan/build/IO-Compress-2.022-
> uaqcQy/ blib/arch
> /home/build/p4/GNR-602/ThirdParty/Perl/.cpan/build/IO-Compress-2.022-
> uaqcQy/ blib/lib to PERL5LIB for 'install' make[1]: Entering directory
> `/home/build/p4/GNR-602/ThirdParty/Perl/.cpan/build/IO-Compress-2.022-
> uaqcQy ' Makefile:88: *** Recursive variable `INSTALLARCHLIB'
references
> itself (eventually). Stop. make[1]: Leaving directory
> `/home/build/p4/GNR-602/ThirdParty/Perl/.cpan/build/IO-Compress-2.022-
> uaqcQy ' PMQS/IO-Compress-2.022.tar.gz /usr/bin/make install -- NOT OK
>
>
> Makefile, line 88:
>
> 88 INSTALLARCHLIB = $(INSTALLARCHLIB)
>

Not sure either, sorry. The main differences that I get between the
Makefile created by 2.021 and 2.022 are these:

2.021
INST_LIB = blib/arch
INSTALLPRIVLIB = c:\perl\lib
PM_TO_BLIB = lib/IO/Uncompress/Adapter/Bunzip2.pm \
blib\arch\IO\Uncompress\Adapter\Bunzip2.pm \
...
pm_to_blib : $(FIRST_MAKEFILE) $(TO_INST_PM)
$(NOECHO) $(ABSPERLRUN) -MExtUtils::Install -e
"pm_to_blib({@ARGV}, '$(INST_LIB)\auto', q[$(PM_FILTER)],
'$(PERM_DIR)')" -- \
lib/IO/Uncompress/Adapter/Bunzip2.pm
blib\arch\IO\Uncompress\Adapter\Bunzip2.pm \
...

2.022
INST_LIB = blib\lib
INSTALLPRIVLIB = $(INSTALLARCHLIB)
PM_TO_BLIB = lib/IO/Uncompress/Adapter/Bunzip2.pm \
blib\lib\IO\Uncompress\Adapter\Bunzip2.pm \
...
pm_to_blib : $(FIRST_MAKEFILE) $(TO_INST_PM)
$(NOECHO) $(ABSPERLRUN) -MExtUtils::Install -e
"pm_to_blib({@ARGV}, '$(INST_LIB)\auto', q[$(PM_FILTER)],
'$(PERM_DIR)')" -- \
lib/IO/Uncompress/Adapter/Bunzip2.pm
blib\lib\IO\Uncompress\Adapter\Bunzip2.pm \
...

which is exactly what I'd expect, and I don't see how it could cause
this problem. In both cases I have (on line 89)

INSTALLARCHLIB = c:\perl\lib\MSWin32-x86-multi-thread

It would be useful to know what version of MakeMaker is being used, and
maybe get the whole Makefile as well?


SteveHay at planit

Nov 12, 2009, 9:17 AM

Post #7 of 11 (478 views)
Permalink
RE: [PATCH] IO-Compress 2.022 [In reply to]

Paul Marquess wrote on 2009-10-10:
>
>
>> -----Original Message-----
>> From: jesse [mailto:jesse [at] fsck]
>> Sent: 10 October 2009 02:31
>> To: Steve Hay
>> Cc: Paul Marquess; perl5-porters [at] perl
>> Subject: Re: [PATCH] IO-Compress 2.022
>>
>>
>>
>>
>> On Sat, Oct 10, 2009 at 01:40:03AM +0100, Steve Hay wrote:
>>> 2009/10/9 Paul Marquess <Paul.Marquess [at] btinternet>:
>>>> Enclosed is a patch to sort out the Makefile.PL issue. The CPAN
>>>> version will be uploaded shortly
>>>>
>>> Gah! You've got the wrong version in there! You've got [5.9.0,
>>> 5.11.1] instead of [5.9.0, 5.11.0]. Even after you double-checked...
>
> Damn! Sorry about that.
>
>>> http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2009-
>>> 10/msg00445.html
>>>
>>> It's hit CPAN already, so what's the best way out now? Make a 2.023
to
>>> fix this now? Or is it easier for me to delay reverting the core
>>> changes until after 5.11.1 is released (shouldn't be long!), in
which
>>> case what you've done would then be correct?
>>>
>>
>> Let's just wait until after 5.11.1 comes out a week from this
Tuesday.
>> :)
>
> That would suit me, if it's ok with everyone.
>


We're nearing 5.11.2 (20th November), so I should revert those core
changes soon if that's still the plan.

Paul, have you had any more problems reported with IO-Compress 2.022?
Are you planning on keeping the change that went into it, or backing
that out because of the install PREFIX problem?


Paul.Marquess at ntlworld

Nov 12, 2009, 11:29 AM

Post #8 of 11 (486 views)
Permalink
RE: [PATCH] IO-Compress 2.022 [In reply to]

From: Steve Hay [mailto:SteveHay [at] planit]
>
> Paul Marquess wrote on 2009-10-10:
> >
> >
> >> -----Original Message-----
> >> From: jesse [mailto:jesse [at] fsck]
> >> Sent: 10 October 2009 02:31
> >> To: Steve Hay
> >> Cc: Paul Marquess; perl5-porters [at] perl
> >> Subject: Re: [PATCH] IO-Compress 2.022
> >>
> >>
> >>
> >>
> >> On Sat, Oct 10, 2009 at 01:40:03AM +0100, Steve Hay wrote:
> >>> 2009/10/9 Paul Marquess <Paul.Marquess [at] btinternet>:
> >>>> Enclosed is a patch to sort out the Makefile.PL issue. The CPAN
> >>>> version will be uploaded shortly
> >>>>
> >>> Gah! You've got the wrong version in there! You've got [5.9.0,
> >>> 5.11.1] instead of [5.9.0, 5.11.0]. Even after you double-
> checked...
> >
> > Damn! Sorry about that.
> >
> >>> http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2009-
> >>> 10/msg00445.html
> >>>
> >>> It's hit CPAN already, so what's the best way out now? Make a 2.023
> to
> >>> fix this now? Or is it easier for me to delay reverting the core
> >>> changes until after 5.11.1 is released (shouldn't be long!), in
> which
> >>> case what you've done would then be correct?
> >>>
> >>
> >> Let's just wait until after 5.11.1 comes out a week from this
> Tuesday.
> >> :)
> >
> > That would suit me, if it's ok with everyone.
> >
>
>
> We're nearing 5.11.2 (20th November), so I should revert those core
> changes soon if that's still the plan.
>
> Paul, have you had any more problems reported with IO-Compress 2.022?

No - none at all.

FYI, I released 2.023 onto CPAN earlier in the week - haven't done a core
patch for it yet - main change was added support for LZMA & xz, and those
don't affect what is in core. Wanted to see if there were any issue before
patching the core.

> Are you planning on keeping the change that went into it, or backing
> that out because of the install PREFIX problem?

I can certainly revert it and that should fix the PREFIX problem, but are
you not still faced with the win32 problem that started off the thread?

So just to refresh my memory, this is what is currently in IO-Compress'
Makefile.PL

(
$] >= 5.009 && $] <= 5.011001 && ! $ENV{PERL_CORE}
? (INSTALLPRIVLIB => '$(INSTALLARCHLIB)')
: ()
),

And this is what used to be there

(
$] >= 5.009 && ! $ENV{PERL_CORE}
? (INST_LIB => 'blib/arch')
: ()
),



Paul


steve.m.hay at googlemail

Nov 12, 2009, 3:17 PM

Post #9 of 11 (475 views)
Permalink
Re: [PATCH] IO-Compress 2.022 [In reply to]

2009/11/12 Paul Marquess <Paul.Marquess [at] ntlworld>:
> From: Steve Hay [mailto:SteveHay [at] planit]
>>
>> Paul Marquess wrote on 2009-10-10:
>> >
>> >
>> >> -----Original Message-----
>> >> From: jesse [mailto:jesse [at] fsck]
>> >> Sent: 10 October 2009 02:31
>> >> To: Steve Hay
>> >> Cc: Paul Marquess; perl5-porters [at] perl
>> >> Subject: Re: [PATCH] IO-Compress 2.022
>> >>
>> >>
>> >>
>> >>
>> >> On Sat, Oct 10, 2009 at 01:40:03AM +0100, Steve Hay wrote:
>> >>> 2009/10/9 Paul Marquess <Paul.Marquess [at] btinternet>:
>> >>>> Enclosed is a patch to sort out the Makefile.PL issue. The CPAN
>> >>>> version will be uploaded shortly
>> >>>>
>> >>>  Gah! You've got the wrong version in there! You've got [5.9.0,
>> >>> 5.11.1] instead of [5.9.0, 5.11.0]. Even after you double-
>> checked...
>> >
>> > Damn! Sorry about that.
>> >
>> >>> http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2009-
>> >>> 10/msg00445.html
>> >>>
>> >>> It's hit CPAN already, so what's the best way out now? Make a 2.023
>> to
>> >>> fix this now? Or is it easier for me to delay reverting the core
>> >>> changes until after 5.11.1 is released (shouldn't be long!), in
>> which
>> >>> case what you've done would then be correct?
>> >>>
>> >>
>> >> Let's just wait until after 5.11.1 comes out a week from this
>> Tuesday.
>> >> :)
>> >
>> > That would suit me, if it's ok with everyone.
>> >
>>
>>
>> We're nearing 5.11.2 (20th November), so I should revert those core
>> changes soon if that's still the plan.
>>
>> Paul, have you had any more problems reported with IO-Compress 2.022?
>
> No - none at all.
>
> FYI, I released 2.023 onto CPAN earlier in the week - haven't done a core
> patch for it yet - main change was added support for LZMA & xz, and those
> don't affect what is in core. Wanted to see if there were any issue before
> patching the core.
>
>> Are you planning on keeping the change that went into it, or backing
>> that out because of the install PREFIX problem?
>
> I can certainly revert it and that should fix the PREFIX problem, but are
> you not still faced with the win32 problem that started off the thread?
>

I wasn't suggesting that you should revert it. Indeed, I'd rather you
didn't because then the original problems would of course come back
again. I was just wondering if you were unhappy keeping the change
because of the PREFIX problem that it caused.

My view is that it is better than it was: it fixes the original
problems, and the new PREFIX problem can be easily avoided by using
INSTALL_BASE instead (which EU-MM itself recommends doing anyway).

So if you're happy to keep it then I'll go ahead and revert the core
changes in Configure and win32/FindExt.pm as planned.


Paul.Marquess at ntlworld

Nov 13, 2009, 11:21 AM

Post #10 of 11 (464 views)
Permalink
RE: [PATCH] IO-Compress 2.022 [In reply to]

From: Steve Hay [mailto:steve.m.hay [at] googlemail]

> 2009/11/12 Paul Marquess <Paul.Marquess [at] ntlworld>:
> > From: Steve Hay [mailto:SteveHay [at] planit]
> >>
> >> Paul Marquess wrote on 2009-10-10:
> >> >
> >> >
> >> >> -----Original Message-----
> >> >> From: jesse [mailto:jesse [at] fsck]
> >> >> Sent: 10 October 2009 02:31
> >> >> To: Steve Hay
> >> >> Cc: Paul Marquess; perl5-porters [at] perl
> >> >> Subject: Re: [PATCH] IO-Compress 2.022
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> On Sat, Oct 10, 2009 at 01:40:03AM +0100, Steve Hay wrote:
> >> >>> 2009/10/9 Paul Marquess <Paul.Marquess [at] btinternet>:
> >> >>>> Enclosed is a patch to sort out the Makefile.PL issue. The CPAN
> >> >>>> version will be uploaded shortly
> >> >>>>
> >> >>>  Gah! You've got the wrong version in there! You've got [5.9.0,
> >> >>> 5.11.1] instead of [5.9.0, 5.11.0]. Even after you double-
> >> checked...
> >> >
> >> > Damn! Sorry about that.
> >> >
> >> >>> http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2009-
> >> >>> 10/msg00445.html
> >> >>>
> >> >>> It's hit CPAN already, so what's the best way out now? Make a
> 2.023
> >> to
> >> >>> fix this now? Or is it easier for me to delay reverting the core
> >> >>> changes until after 5.11.1 is released (shouldn't be long!), in
> >> which
> >> >>> case what you've done would then be correct?
> >> >>>
> >> >>
> >> >> Let's just wait until after 5.11.1 comes out a week from this
> >> Tuesday.
> >> >> :)
> >> >
> >> > That would suit me, if it's ok with everyone.
> >> >
> >>
> >>
> >> We're nearing 5.11.2 (20th November), so I should revert those core
> >> changes soon if that's still the plan.
> >>
> >> Paul, have you had any more problems reported with IO-Compress
> 2.022?
> >
> > No - none at all.
> >
> > FYI, I released 2.023 onto CPAN earlier in the week - haven't done a
> core
> > patch for it yet - main change was added support for LZMA & xz, and
> those
> > don't affect what is in core. Wanted to see if there were any issue
> before
> > patching the core.
> >
> >> Are you planning on keeping the change that went into it, or backing
> >> that out because of the install PREFIX problem?
> >
> > I can certainly revert it and that should fix the PREFIX problem, but
> are
> > you not still faced with the win32 problem that started off the
> thread?
> >
>
> I wasn't suggesting that you should revert it. Indeed, I'd rather you
> didn't because then the original problems would of course come back
> again. I was just wondering if you were unhappy keeping the change
> because of the PREFIX problem that it caused.
>
> My view is that it is better than it was: it fixes the original
> problems, and the new PREFIX problem can be easily avoided by using
> INSTALL_BASE instead (which EU-MM itself recommends doing anyway).
>
> So if you're happy to keep it then I'll go ahead and revert the core
> changes in Configure and win32/FindExt.pm as planned.

That's fine.

Paul


steve.m.hay at googlemail

Nov 13, 2009, 4:21 PM

Post #11 of 11 (460 views)
Permalink
Re: [PATCH] IO-Compress 2.022 [In reply to]

2009/11/13 Paul Marquess <Paul.Marquess [at] ntlworld>:
> From: Steve Hay [mailto:steve.m.hay [at] googlemail]
>
>> 2009/11/12 Paul Marquess <Paul.Marquess [at] ntlworld>:
>> > From: Steve Hay [mailto:SteveHay [at] planit]
>> >>
>> >> Paul Marquess wrote on 2009-10-10:
>> >> >
>> >> >
>> >> >> -----Original Message-----
>> >> >> From: jesse [mailto:jesse [at] fsck]
>> >> >> Sent: 10 October 2009 02:31
>> >> >> To: Steve Hay
>> >> >> Cc: Paul Marquess; perl5-porters [at] perl
>> >> >> Subject: Re: [PATCH] IO-Compress 2.022
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >> >> On Sat, Oct 10, 2009 at 01:40:03AM +0100, Steve Hay wrote:
>> >> >>> 2009/10/9 Paul Marquess <Paul.Marquess [at] btinternet>:
>> >> >>>> Enclosed is a patch to sort out the Makefile.PL issue. The CPAN
>> >> >>>> version will be uploaded shortly
>> >> >>>>
>> >> >>>  Gah! You've got the wrong version in there! You've got [5.9.0,
>> >> >>> 5.11.1] instead of [5.9.0, 5.11.0]. Even after you double-
>> >> checked...
>> >> >
>> >> > Damn! Sorry about that.
>> >> >
>> >> >>> http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2009-
>> >> >>> 10/msg00445.html
>> >> >>>
>> >> >>> It's hit CPAN already, so what's the best way out now? Make a
>> 2.023
>> >> to
>> >> >>> fix this now? Or is it easier for me to delay reverting the core
>> >> >>> changes until after 5.11.1 is released (shouldn't be long!), in
>> >> which
>> >> >>> case what you've done would then be correct?
>> >> >>>
>> >> >>
>> >> >> Let's just wait until after 5.11.1 comes out a week from this
>> >> Tuesday.
>> >> >> :)
>> >> >
>> >> > That would suit me, if it's ok with everyone.
>> >> >
>> >>
>> >>
>> >> We're nearing 5.11.2 (20th November), so I should revert those core
>> >> changes soon if that's still the plan.
>> >>
>> >> Paul, have you had any more problems reported with IO-Compress
>> 2.022?
>> >
>> > No - none at all.
>> >
>> > FYI, I released 2.023 onto CPAN earlier in the week - haven't done a
>> core
>> > patch for it yet - main change was added support for LZMA & xz, and
>> those
>> > don't affect what is in core. Wanted to see if there were any issue
>> before
>> > patching the core.
>> >
>> >> Are you planning on keeping the change that went into it, or backing
>> >> that out because of the install PREFIX problem?
>> >
>> > I can certainly revert it and that should fix the PREFIX problem, but
>> are
>> > you not still faced with the win32 problem that started off the
>> thread?
>> >
>>
>> I wasn't suggesting that you should revert it. Indeed, I'd rather you
>> didn't because then the original problems would of course come back
>> again. I was just wondering if you were unhappy keeping the change
>> because of the PREFIX problem that it caused.
>>
>> My view is that it is better than it was: it fixes the original
>> problems, and the new PREFIX problem can be easily avoided by using
>> INSTALL_BASE instead (which EU-MM itself recommends doing anyway).
>>
>> So if you're happy to keep it then I'll go ahead and revert the core
>> changes in Configure and win32/FindExt.pm as planned.
>
> That's fine.
>

Ok, the 2.022 patch is now in as
1725f55ba78fb58489ea39e2bc0cc1faffd32275 and the now-unnecessary core
changes are reverted in 88a6f4fc380d30c405f82eb0f2962237fd771fea.

We'll await a 2.023 patch when you're ready with that.

Perl porters RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.