diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2015-07-14 09:25:08 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2015-07-14 09:25:08 +0100 |
commit | dc013420c1f83597b1da234ce2907e675a9e3107 (patch) | |
tree | 6777129db389b874931301a88e4324118119437f /cpan/autodie/lib/Fatal.pm | |
parent | c4e131a911a886c1978fea41bd198d709effb11e (diff) | |
download | perl-dc013420c1f83597b1da234ce2907e675a9e3107.tar.gz |
Upgrade autodie from version 2.28 to 2.29
Diffstat (limited to 'cpan/autodie/lib/Fatal.pm')
-rw-r--r-- | cpan/autodie/lib/Fatal.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpan/autodie/lib/Fatal.pm b/cpan/autodie/lib/Fatal.pm index cfdb601bd7..16e1743474 100644 --- a/cpan/autodie/lib/Fatal.pm +++ b/cpan/autodie/lib/Fatal.pm @@ -55,7 +55,7 @@ use constant ERROR_58_HINTS => q{Non-subroutine %s hints for %s are not supporte use constant MIN_IPC_SYS_SIMPLE_VER => 0.12; -our $VERSION = '2.28'; # VERSION: Generated by DZP::OurPkg::Version +our $VERSION = '2.29'; # VERSION: Generated by DZP::OurPkg::Version our $Debug ||= 0; @@ -164,6 +164,7 @@ my %TAGS = ( ':2.26' => [qw(:default)], ':2.27' => [qw(:default)], ':2.28' => [qw(:default)], + ':2.29' => [qw(:default)], ); |