summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/tlperl/lib/Opcode.pm
diff options
context:
space:
mode:
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/tlperl/lib/Opcode.pm')
-rw-r--r--systems/texlive/tlnet/tlpkg/tlperl/lib/Opcode.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/systems/texlive/tlnet/tlpkg/tlperl/lib/Opcode.pm b/systems/texlive/tlnet/tlpkg/tlperl/lib/Opcode.pm
index 9351c3ba20..0501fb8f39 100644
--- a/systems/texlive/tlnet/tlpkg/tlperl/lib/Opcode.pm
+++ b/systems/texlive/tlnet/tlpkg/tlperl/lib/Opcode.pm
@@ -6,7 +6,7 @@ use strict;
our($VERSION, @ISA, @EXPORT_OK);
-$VERSION = "1.48";
+$VERSION = "1.50";
use Carp;
use Exporter ();
@@ -435,6 +435,7 @@ These are a hotchpotch of opcodes still waiting to be considered
localtime gmtime
entertry leavetry -- can be used to 'hide' fatal errors
+ entertrycatch poptry catch leavetrycatch -- similar
entergiven leavegiven
enterwhen leavewhen