in reply to Strange errors in CPAN modules when running on Windows 8.1
perl -v
I looked at Device::Leap on CPAN, and there are many passing tests on recent Perl versions. However, there is only one test in the test suite, and it does nothing more than check that the module can be loaded. So, those runtime warnings you get would never be detected by CPAN Testers.
It is likely you are affected by incompatible changes in a new version of Perl. Check the perldeltas at http://perldoc.perl.org/index-history.html
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Strange errors in CPAN modules when running on Windows 8.1
by schweini (Friar) on May 21, 2015 at 01:55 UTC | |
by syphilis (Archbishop) on May 21, 2015 at 11:32 UTC |