Subject: | Perl 5.10.1 marked as required, can build on at least 5.8.9 |
After removing references to 5.10.1 from META.yml and lib/AnyEvent/Monitor.pm:
Show quoted text
Checking if your kit is complete...
Looks good
Writing Makefile for AnyEvent::Monitor
Show quoted text
Manifying blib/man3/AnyEvent::Monitor.3
Show quoted text
t/00_compile.t .. ok
t/basic.t ....... ok
All tests successful.
Files=2, Tests=2, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.12 cusr 0.02 csys = 0.18 CPU)
Result: PASS
Show quoted text
Show quoted text
# perl Makefile.PL
Cannot determine perl version info from lib/AnyEvent/Monitor.pmChecking if your kit is complete...
Looks good
Writing Makefile for AnyEvent::Monitor
Show quoted text
# make
cp lib/AnyEvent/Monitor.pm blib/lib/AnyEvent/Monitor.pmManifying blib/man3/AnyEvent::Monitor.3
Show quoted text
# make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.tt/00_compile.t .. ok
t/basic.t ....... ok
All tests successful.
Files=2, Tests=2, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.12 cusr 0.02 csys = 0.18 CPU)
Result: PASS
Show quoted text
#