Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: ff9a8961df3d4db0d6d95c699b696b7aa82fb2e9
https://github.com/Perl/perl5/commit/ff9a8961df3d4db0d6d95c699b696b7aa82fb2e9
Author: Todd Rinaldo <[email protected]>
Date: 2021-04-19 (Mon, 19 Apr 2021)
Changed paths:
M Porting/Maintainers.pl
M cpan/NEXT/lib/NEXT.pm
M cpan/NEXT/t/actual.t
M cpan/NEXT/t/actuns.t
M cpan/NEXT/t/dynamically_scoped_regex_vars.t
M cpan/NEXT/t/next.t
M cpan/NEXT/t/unseen.t
Log Message:
-----------
Upgrade NEXT to 0.68 from CPAN
[DELTA]
0.68 2021-04-19 NEILB
- Fix for RT#123002, so NEXT works with proxy constants
- Made testsuite clean under strict & warnings
- Made testsuite pass if running under perls that are already c3.
0.67_03 2021-04-18 NEILB
- mro was added in Perl 5.9.5, and it's not dual-life, so Reini's
patch (in 0.67_01) failed on earlier versions of Perl.
Have now made its use dependent on version, with "use if".
0.67_02 2021-04-18 NEILB
- Applied patch from Father C so that NEXT works with proxy constants.
RT#123002
0.67_01 2021-04-18 NEILB
- Enforced strict and warnings on testsuite. Thanks to ATOOMIC.
- Added github CI. Thanks to ATOOMIC.
- @ISA fixes for c3, so tests will pass on perls that use c3 as default
(for example cperl). Thanks to RURBAN.