summaryrefslogtreecommitdiff
path: root/cpan/autodie/lib/Fatal.pm
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/autodie/lib/Fatal.pm')
-rw-r--r--cpan/autodie/lib/Fatal.pm3
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)],
);