PaulHowarth/Blog/2020-01-03

Friday 3rd January 2020

Local Packages

  • Updated perl-autodie to 2.30:

    • Fix a boolean logic precedence error causing a "useless use of numeric" warning when using kill with a signal of 0 (GH#76)

    • Fix a scoping issue with "no autodie" and the "system" sub (GH#69)

    • Update code and documentation about smartmatch to match the current support in perl (GH#83)

    • Fix a POD error and some unnecessary spaces that tripped POD parsers (GH#51 and GH#79)

    • Document how to use Import::Into with autodie (GH#50)

    • Clean up of dzil.ini removing some unnecessary test recommends (GH#78)

    • Set binmode on some file handles to fix issues on Windows (GH#83)

    • Travis: Also test with Perl 5.22, 5.24, 5.26 and 5.28


Recent