#acl PaulHowarth:read,write,admin,revert,delete All:read === Monday 1st April 2019 === ==== Fedora Project ==== * Updated `perl-Compress-Raw-Lzma` to 2.086 in Rawhide: * Moved source to github: https://github.com/pmqs/Compress-Raw-Lzma * Add `META_MERGE` to `Makefile.PL` * Added `meta-json.t` and `meta-yaml.t` * Updated `perl-IO-Compress-Lzma` to 2.086 in Rawhide: * Moved source to github: https://github.com/pmqs/IO-Compress-Lzma * Add `META_MERGE` to `Makefile.PL` * Added `meta-json.t` and `meta-yaml.t` ==== Local Packages ==== * Updated `perl-Compress-Raw-Bzip2` to 2.086: * Moved source to github: https://github.com/pmqs/Compress-Raw-Bzip2 * Add `META_MERGE` to `Makefile.PL` * Added `meta-json.t` and `meta-yaml.t` * Updated `perl-Compress-Raw-Lzma` to 2.086 as per the Fedora version * Updated `perl-Compress-Raw-Zlib` to 2.086: * Moved source to github: https://github.com/pmqs/Compress-Raw-Zlib * Add `META_MERGE` to `Makefile.PL` * Added `meta-json.t` and `meta-yaml.t` * Updated `perl-ExtUtils-CBuilder` to 0.280231: * Protected RE interpolation in `Base.pm` * Updated `perl-IO-Compress` to 2.086: * `IO::Compress::Zip` and `IO::Uncompress::Unzip`: * Added support for Language Encoding Flag via the EFS option; starting point was pull request https://github.com/pmqs/IO-Compress/pull/1 * `zipdetails`: Some support for MVS (Z390) zip files * `IO::Uncompress::Base`: Issue with trailing data after zip archive ([[CPAN:128626|CPAN RT#128626]]) * `t/cz-14gzopen.t`: `cperl` error found in http://www.cpantesters.org/cpan/report/448cafc4-3108-11e9-9b6b-d3d33d7b1231 . Perl: "Not enough arguments for Compress::Zlib::gzopen" . cperl: "Not enough arguments for subroutine entry Compress::Zlib::gzopen" * Handlers being called when optional modules are not installed ([[CPAN:128538|CPAN RT#128538]]) * Beef up diag when system returns error ([[CPAN:128194|CPAN RT#128194]]) * Moved source to github: https://github.com/pmqs/IO-Compress * Add `META_MERGE` to `Makefile.PL` * Added `meta-json.t` and `meta-yaml.t` * Updated `perl-IO-Compress-Lzma` to 2.086 as per the Fedora version * Updated `perl-PPIx-Regexp` to 0.064: * Empty `\p{}` should be an error * `\x{}` and `\x{ non-hex }` should be errors under "`use re 'strict'`" * `\o{}` should be an error * `\o{ non-octal }` should be an error under "`use re 'strict'`" * Support wildcard Unicode property values; these were added in 5.29.9 * Add `eg/find-variable-length-lookarounds` * Add convenience method `extract_regexps()`; this is a static method on `PPIx::Regexp` that takes as its argument a `PPI::Document` and manufactures `PPIx::Regexp` objects out of anything that parses to a regexp of some sort * Don't run illegal character tests before Perl 5.18 unless we're author testing, because they are noisy; the issue is not the Perl version per se, but the version of Unicode: [[https://perldoc.perl.org/perl5180delta.html|Perl5180delta]] says it shipped with Unicode 6.2 ----