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');