This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update autodie to CPAN version 2.20
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Mon, 24 Jun 2013 11:07:20 +0000 (12:07 +0100)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Mon, 24 Jun 2013 11:07:20 +0000 (12:07 +0100)
commit391c72152e89f549903d94fa5a57cda2ddcd58f7
treeb30a53e1baaa5585d12adb583e0c9af4d6363463
parent07be00e85aff72fb49e703e1cba70be0aec51d8a
Update autodie to CPAN version 2.20

  [DELTA]

  2.20      2013-06-23 16:08:41 PST8PDT

        Many improvements from Niels Thykier, hero of the
        free people.  From GH #25:

        * SPEED / INTERNAL: Less time is spent computing prototypes

        * SPEED / INTERNAL: Leak guards are more efficient.

        * SPEED : Expanding tags (eg: qw(:all)) is now faster.
          This also improves the speed of checking autodying
          code with Perl::Critic.

        * INTERNAL: Expanding of tags is faster and preserves order.
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