cpan autodie 2.27

latest releases: 2.37, 2.36, 2.35...
8 years ago
  • DEPRECATION: Deprecate the use of "Fatal qw(:lexcial)". It
    is an implementation detail of autodie and is about to
    change.

  • BUG: Use "octal" numbers in error messages for CORE
    subroutines taking a "mode" parameter (e.g. mkdir and chmod).
    Thanks to "Bugdebugger". (GH#65 and GH#66)

  • SPEED: Allow wrappers for CORE::exec and CORE::system to be
    reused as they are not dependent on the calling package.

  • TEST: Avoid hard-coded directory separator in t/system.t.
    Thanks to A. Sinan Unur for reporting it and providing a
    patch. (GH#62)

  • TEST: Add missing "require autodie" in import-into test and
    ensure Import::Into remains an optional test dependency.

  • TEST / INTERNAL / TRAVIS: Set "sudo: false" to gain access
    to the Travis container based infrastructure.

  • TEST: Bump version of Import::Into to 1.002004 as older
    versions are insufficient for our test. Thanks to
    Olivier Mengué for reporting it. (RT#101377)

Don't miss a new autodie release

NewReleases is sending notifications on new releases.