Subject: | Minimum DateTime version |
Some of my smoker systems with older DateTime generate failures for this the 0.900 release of the distribution:
...
PERL_DL_NONLAZY=1 "/usr/perl5.20.1Dp/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Bailout called. Further testing stopped:
# Failed test 'use DateTime::Fiction::JRRTolkien::Shire;'
# at t/00load.t line 6.
# Tried to use 'DateTime::Fiction::JRRTolkien::Shire'.
# Error: Can't locate Specio/Exporter.pm in @INC (you may need to install the Specio::Exporter module) (@INC contains: /home/cpansand/.cpan/build/2017031618/DateTime-Fiction-JRRTolkien-Shire-0.900-OEYv1X/blib/lib /home/cpansand/.cpan/build/2017031618/DateTime-Fiction-JRRTolkien-Shire-0.900-OEYv1X/blib/arch /home/cpansand/.cpan/build/2017031618/Date-Tolkien-Shire-Data-0.001-CkoUh0/blib/arch /home/cpansand/.cpan/build/2017031618/Date-Tolkien-Shire-Data-0.001-CkoUh0/blib/lib /home/cpansand/.cpan/build/2017031618/Date-Tolkien-Shire-Data-0.001-CkoUh0/blib/arch /home/cpansand/.cpan/build/2017031618/Date-Tolkien-Shire-Data-0.001-CkoUh0/blib/lib /usr/perl5.20.1Dp/lib/site_perl/5.20.1/amd64-freebsd-ld /usr/perl5.20.1Dp/lib/site_perl/5.20.1 /usr/perl5.20.1Dp/lib/5.20.1/amd64-freebsd-ld /usr/perl5.20.1Dp/lib/5.20.1 .) at /usr/perl5.20.1Dp/lib/5.20.1/parent.pm line 20.
# BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2017031618/DateTime-Fiction-JRRTolkien-Shire-0.900-OEYv1X/blib/lib/DateTime/Fiction/JRRTolkien/Shire/Types.pm line 8.
# Compilation failed in require at /home/cpansand/.cpan/build/2017031618/DateTime-Fiction-JRRTolkien-Shire-0.900-OEYv1X/blib/lib/DateTime/Fiction/JRRTolkien/Shire.pm line 27.
# BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2017031618/DateTime-Fiction-JRRTolkien-Shire-0.900-OEYv1X/blib/lib/DateTime/Fiction/JRRTolkien/Shire.pm line 27.
# Compilation failed in require at t/00load.t line 6.
# BEGIN failed--compilation aborted at t/00load.t line 6.
FAILED--Further testing stopped.
*** Error code 255
...
The result of statistical analysis (theta=0 means "bad"):
****************************************************************
Regression 'mod:DateTime'
****************************************************************
Name Theta StdErr T-stat
[0='const'] 0.0000 0.0000 6.02
[1='eq_1.26'] -0.0000 0.0000 -4.17
[2='eq_1.28'] -0.0000 0.0000 -6.37
[3='eq_1.36'] 0.0000 0.0000 1.87
[4='eq_1.41'] 1.0000 0.0000 9170555433066562.00
[5='eq_1.42'] 1.0000 0.0000 10685077523296724.00
R^2= 1.000, N= 82, K= 6
****************************************************************
Probably the minimum prereq_pm version for DateTime should be set, probably something between 1.36 and 1.41.