summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/autodie/Scope/Guard.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/autodie/Scope/Guard.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/autodie/Scope/Guard.pm2
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 db38e36facd..bd34fc81b20 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.26'; # VERSION
+our $VERSION = '2.29'; # VERSION
# This code schedules the cleanup of subroutines at the end of
# scope. It's directly inspired by chocolateboy's excellent