Skip to content

Commit e79384f

Browse files
committed
version updated
1 parent 4ca5500 commit e79384f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/MooseX/WithCache.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package MooseX::WithCache;
33
use 5.008;
44
use constant DEBUG => $ENV{MOOSEX_WITHCACHE_DEBUG} ? 1 : 0;
55
use MooseX::Role::Parameterized;
6-
our $VERSION = '0.01001';
6+
our $VERSION = '0.01004';
77
our $AUTHORITY = 'cpan:DMAKI';
88
my %BACKENDS;
99

0 commit comments

Comments
 (0)