summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/Fatal.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Fatal.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/Fatal.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/Fatal.pm b/Master/tlpkg/tlperl/lib/Fatal.pm
index 09abfb8536d..744ca7228b8 100644
--- a/Master/tlpkg/tlperl/lib/Fatal.pm
+++ b/Master/tlpkg/tlperl/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.32'; # VERSION: Generated by DZP::OurPkg::Version
+our $VERSION = '2.34'; # VERSION: Generated by DZP::OurPkg::Version
our $Debug ||= 0;
@@ -168,6 +168,8 @@ my %TAGS = (
':2.30' => [qw(:default)],
':2.31' => [qw(:default)],
':2.32' => [qw(:default)],
+ ':2.33' => [qw(:default)],
+ ':2.34' => [qw(:default)],
);