diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/autodie/Scope/Guard.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/autodie/Scope/Guard.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/autodie/Scope/Guard.pm b/Master/tlpkg/tlperl/lib/autodie/Scope/Guard.pm index 8ee412bac4f..2be221d410b 100644 --- a/Master/tlpkg/tlperl/lib/autodie/Scope/Guard.pm +++ b/Master/tlpkg/tlperl/lib/autodie/Scope/Guard.pm @@ -4,7 +4,7 @@ use strict; use warnings; # ABSTRACT: Wrapper class for calling subs at end of scope -our $VERSION = '2.32'; # VERSION +our $VERSION = '2.34'; # VERSION # This code schedules the cleanup of subroutines at the end of # scope. It's directly inspired by chocolateboy's excellent |