Subject: | Support for perl 5.26 |
The first release candidate for perl 5.26 is out. Tests are failing:
...
# Failed test 'use Modern::PBP::Perl;'
# at t/00.load.t line 4.
# Tried to use 'Modern::PBP::Perl'.
# Error: Version (5.26) not supports
# at /home/cpansand/.cpan/build/2017051309/Modern-PBP-Perl-1.240-0/blib/lib/Modern/PBP/Perl.pm line 128.
# Modern::PBP::Perl::import("Modern::PBP::Perl") called at t/00.load.t line 4
# main::BEGIN() called at t/00.load.t line 4
# eval {...} called at t/00.load.t line 4
# eval 'package main;
# BEGIN { ${^WARNING_BITS} = $args[-1] if defined $args[-1] }
# #line 4 t/00.load.t
# use Modern::PBP::Perl @{$args[0]};
# 1;
# ' called at /opt/perl-5.26.0-RC1/lib/site_perl/5.26.0/Test/More.pm line 1031
# Test::More::_eval("package main;\x{a}BEGIN { \${^WARNING_BITS} = \$args[-1] if defined"..., ARRAY(0x1518150), undef) called at /opt/perl-5.26.0-RC1/lib/site_perl/5.26.0/Test/More.pm line 1007
# Test::More::use_ok("Modern::PBP::Perl") called at t/00.load.t line 4
# main::BEGIN() called at t/00.load.t line 4
# eval {...} called at t/00.load.t line 4
# BEGIN failed--compilation aborted at t/00.load.t line 4.
# Testing Modern::PBP::Perl 1.240
# Looks like you failed 1 test of 1.
t/00.load.t .......
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
...