This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update autodie to CPAN version 2.23
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Tue, 28 Jan 2014 09:19:51 +0000 (09:19 +0000)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Tue, 28 Jan 2014 09:21:17 +0000 (09:21 +0000)
commitc7e473585ac77040bae8196bc08e7ef3a5b1ba51
treee77eca226e46d16b5acb36639166615dda1521fb
parentfb29cc72fe9ef39100123477fffae4fad34866b7
Update autodie to CPAN version 2.23

  [DELTA]

2.23      2014-01-27 13:50:55EST+1100 Australia/Melbourne

        * TEST / BUGFIX: Improved testing support on Android
          and Blackberry devices. (GH #44, thanks to
          Hugmeir.)

        * TEST / INTERNAL / TRAVIS: Various non-code
          tweaks to make travis-ci more happy with testing
          autodie.

        * BUGFIX: autodie no longer weakens strict by allowing
          undeclared variables with the same name as built-ins.
          (RT #74246, thanks to Neils Thykier and Father
          Chrysostomos.)

        * BUGFIX: `use autodie qw( foo ! foo);` now correctly
          insists that we have hints for foo. (Thanks Niels Thykier)

        * INTERNAL: Improved benchmarking code, thanks to
          Niels Thykier.
12 files changed:
MANIFEST
Porting/Maintainers.pl
cpan/autodie/lib/Fatal.pm
cpan/autodie/lib/autodie.pm
cpan/autodie/lib/autodie/exception.pm
cpan/autodie/lib/autodie/exception/system.pm
cpan/autodie/lib/autodie/hints.pm
cpan/autodie/lib/autodie/skip.pm
cpan/autodie/t/Fatal.t
cpan/autodie/t/args.t [new file with mode: 0644]
cpan/autodie/t/open.t
cpan/autodie/t/rt-74246.t [new file with mode: 0644]