Re: 0.54_01 - Missing prerequisites causing failures from CPAN-testers.

2014-04-10 Thread Reini Urban
On 04/06/2014 11:17 PM, sisyph...@optusnet.com.au wrote: This is a bit strange. In 0.54_01 top level Makefile.PL, I've replaced the old code that handled the conditional loading of {Test::Warn=$twv} into PREREQ_PM, with a cleaner rendition. (See attached patch.) In a nutshell, this new

Re: 0.54_01 - Missing prerequisites causing failures from CPAN-testers.

2014-04-10 Thread sisyphus1
-Original Message- From: Reini Urban Sent: Thursday, April 10, 2014 12:41 AM To: inline@perl.org Subject: Re: 0.54_01 - Missing prerequisites causing failures from CPAN-testers. On 04/06/2014 11:17 PM, sisyph...@optusnet.com.au wrote: In a nutshell, this new rendition

Re: 0.54_01 - Missing prerequisites causing failures from CPAN-testers.

2014-04-09 Thread sisyphus1
-Original Message- From: sisyph...@optusnet.com.au But now, for the first time, I'm seeing test failures on 5.16.3 because Test::Warn is not getting loaded. Furthermore, these failing reports specify *no* prerequisites: Turns out there's another 0.54_01 at

Re: 0.54_01 - Missing prerequisites causing failures from CPAN-testers.

2014-04-08 Thread sisyphus1
-Original Message- From: sisyph...@optusnet.com.au But now, for the first time, I'm seeing test failures on 5.16.3 because Test::Warn is not getting loaded. Furthermore, these failing reports specify *no* prerequisites: Same bug (slightly different error message) now appears in the

0.54_01 - Missing prerequisites causing failures from CPAN-testers.

2014-04-06 Thread sisyphus1
Hi, This is a bit strange. In 0.54_01 top level Makefile.PL, I've replaced the old code that handled the conditional loading of {Test::Warn=$twv} into PREREQ_PM, with a cleaner rendition. (See attached patch.) In a nutshell, this new rendition is: ### my $twv = $]