summaryrefslogtreecommitdiff
path: root/cpan/autodie/lib/autodie/Scope/Guard.pm
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/autodie/lib/autodie/Scope/Guard.pm')
-rw-r--r--cpan/autodie/lib/autodie/Scope/Guard.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/autodie/lib/autodie/Scope/Guard.pm b/cpan/autodie/lib/autodie/Scope/Guard.pm
index 6d9eeed59e..bd34fc81b2 100644
--- a/cpan/autodie/lib/autodie/Scope/Guard.pm
+++ b/cpan/autodie/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.28'; # 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