#acl PaulHowarth:read,write,admin,revert,delete All:read === Monday 22nd June 2015 === ==== Fedora Project ==== * Updated `perl-CPAN-Changes` to 0.400002 in Rawhide: * Revert whitespace changes that were inadvertently included in the previous release * Escape curly brackets in test to avoid warning in perl 5.22 * Updated `perl-Test-Deep` to 0.117 in Rawhide: * Do not lose argument(s) to `import` (https://github.com/rjbs/Test-Deep/issues/29) * Updated `perl-Tree-DAG_Node` (1.26) in Rawhide to specify all dependencies ([[RedHatBugzilla:1234366|Bug #1234366]]) ==== Local Packages ==== * Updated `perl-autodie` to 2.28: * Deprecate the use of "`Fatal qw(:lexical)`"; it is an implementation detail of `autodie` and is about to change * Use octal numbers in error messages for `CORE` subroutines taking a "mode" parameter, e.g. `mkdir` and `chmod` ([[https://github.com/pjf/autodie/pull/65|GH#65]], [[https://github.com/pjf/autodie/pull/66|GH#66]]) * Allow wrappers for `CORE::exec` and `CORE::system` to be reused as they are not dependent on the calling package * Avoid hard-coded directory separator in `t/system.t` ([[https://github.com/pjf/autodie/pull/62|GH#62]]) * Add missing "`require autodie`" in import-into test and ensure `Import::Into` remains an optional test dependency * Travis: set "`sudo: false`" to gain access to the Travis container based infrastructure * Bump version of `Import::Into` to 1.002004 as older versions are insufficient for our test ([[CPAN:101377|CPAN RT#101377]]) * Properly skip the `Import::Into` test if the version of `Import::Into` is insufficient ([[https://github.com/pjf/autodie/pull/67|GH#67]]) * Updated `perl-CPAN-Changes` to 0.400002 as per the Fedora version * Updated `perl-DBD-SQLite` to 1.48: . '''Changes That May Possibly Break Your Old Applications''' . Commented `OPTIMIZE` out of `WriteMakefile` ([[CPAN:94207|CPAN RT#94207]]); if your perl is not compiled with `-O2`, your `DBD::SQLite` may possibly behave differently under some circumstances . '''Other Changes''' * Updated to `SQLite` 3.8.10 ([[CPAN:35449|CPAN RT#35449]]) * Added `DBD::SQLite::Constants`, from which you can import any "useful" constants into your applications * Added `:all` to `EXPORT_TAGS` in `::Constants` * Used `MY_CXT` instead of a global variable . I now need to use the bundled `SQLite` unless the system version is at least 3.8.10.2, as it fails to build with older Fedora system versions * Updated `perl-Net-SMTP-SSL` to 1.03: * `$net_smtp_ssl->isa('Net::SMTP')` is now true * Updated `perl-Test-Deep` to 0.117 as per the Fedora version * Updated `perl-Test-Prereq` (1.038) to incorporate changes from upstream development release 1.038_05, add a workaround for FTBFS in Perl 5.22 ([[CPAN:105398|CPAN RT#105398]]), and add another workaround for `Module::CoreList` issues with Perl 5.8 * Updated `perl-Tree-DAG_Node` as per the Fedora version ----