Skip Menu |

This queue is for tickets about the Net-SSLeay CPAN distribution.

Report information
The Basics
Id: 30556
Status: rejected
Priority: 0/
Queue: Net-SSLeay

People
Owner: rafl [...] debian.org
Requestors: tco2 [...] cornell.edu
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.32
Fixed in: (no value)



Subject: Suggest adding build_requires(Test::NoWarnings) to Makefile.PL
Working from a clean install of Perl 5.8.8, upgraded only by Bundle::CPAN the installation of Net::SSLeay reports t/local/30_error.................skipped all skipped: Requires Test::Exception, Test::Warn and Test::NoWarnings The solution appears top be to add to Net::SSLeay's Makefile.PL an additional build_requires build_requires('Test::NoWarnings');
From: MIKEM [...] cpan.org
Thanks for this report. Fixed in SVN. Cheers. On Wed Nov 07 13:10:12 2007, tco2@cornell.edu wrote: Show quoted text
> Working from a clean install of Perl 5.8.8, upgraded only by > Bundle::CPAN > the installation of Net::SSLeay reports > t/local/30_error.................skipped > all skipped: Requires Test::Exception, Test::Warn and > Test::NoWarnings > > > The solution appears top be to add to Net::SSLeay's Makefile.PL an > additional build_requires > > build_requires('Test::NoWarnings');
Oops I replied to the wrong report. I have not done anything to fix this: Ill leave it to Florian to address, please Florian. Cheers. On Wed Nov 07 16:50:27 2007, MIKEM wrote: Show quoted text
> Thanks for this report. > Fixed in SVN. > > Cheers. > > On Wed Nov 07 13:10:12 2007, tco2@cornell.edu wrote:
> > Working from a clean install of Perl 5.8.8, upgraded only by > > Bundle::CPAN > > the installation of Net::SSLeay reports > > t/local/30_error.................skipped > > all skipped: Requires Test::Exception, Test::Warn and > > Test::NoWarnings > > > > > > The solution appears top be to add to Net::SSLeay's Makefile.PL an > > additional build_requires > > > > build_requires('Test::NoWarnings');
> > >
On Wed Nov 07 13:10:12 2007, tco2@cornell.edu wrote: Show quoted text
> Working from a clean install of Perl 5.8.8, upgraded only by > Bundle::CPAN > the installation of Net::SSLeay reports > t/local/30_error.................skipped > all skipped: Requires Test::Exception, Test::Warn and > Test::NoWarnings > > > The solution appears top be to add to Net::SSLeay's Makefile.PL an > additional build_requires > > build_requires('Test::NoWarnings');
We're trying to keep all extra modules needed for testing optional for a good reason. If you really want all tests to be run you could install the testing dependencies yourself and rerun the testsuite. Let us know if that solution isn't good enough for you.