- New upstream release 0.240
- Use Test::More::isnt() instead of Test::More::isn't in tests, which is
deprecated, as ' isn't allowed as package separator in an upcoming version
of Perl (GH#13)
- New upstream release 0.239
- Harden against changes to require error messages: the '@INC contains' may
change in a future release of perl; this hardens the test to be insensitive
to the exact words chosen (https://github.com/Perl/perl5/pull/20547)
- Use SPDX-format license tag
- New upstream release 0.236
- Add Travis test configuration
- Make test for PMC availability more reliable
- Disable benchmark test rt62341.t as it runs out of memory on many smoker
systems (CPAN RT#118310)
- Simplify find command using -delete
- New upstream release 0.233
- The diagnostic about inheriting from ourselves was removed; it served no
purpose as Perl already warns if we try to inherit in a circular way