summaryrefslogtreecommitdiff
path: root/cpan/autodie/lib/autodie/Scope/GuardStack.pm
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-07-14 09:25:08 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2015-07-14 09:25:08 +0100
commitdc013420c1f83597b1da234ce2907e675a9e3107 (patch)
tree6777129db389b874931301a88e4324118119437f /cpan/autodie/lib/autodie/Scope/GuardStack.pm
parentc4e131a911a886c1978fea41bd198d709effb11e (diff)
downloadperl-dc013420c1f83597b1da234ce2907e675a9e3107.tar.gz
Upgrade autodie from version 2.28 to 2.29
Diffstat (limited to 'cpan/autodie/lib/autodie/Scope/GuardStack.pm')
-rw-r--r--cpan/autodie/lib/autodie/Scope/GuardStack.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/autodie/lib/autodie/Scope/GuardStack.pm b/cpan/autodie/lib/autodie/Scope/GuardStack.pm
index 146ac6e718..3ee3ae51db 100644
--- a/cpan/autodie/lib/autodie/Scope/GuardStack.pm
+++ b/cpan/autodie/lib/autodie/Scope/GuardStack.pm
@@ -6,7 +6,7 @@ use warnings;
use autodie::Scope::Guard;
# ABSTRACT: Hook stack for managing scopes via %^H
-our $VERSION = '2.28'; # VERSION
+our $VERSION = '2.29'; # VERSION
my $H_KEY_STEM = __PACKAGE__ . '/guard';
my $COUNTER = 0;