Skip to content

Commit

Permalink
Bump Package::Stash dependency to 0.22
Browse files Browse the repository at this point in the history
This pulls in a bugfix in Package::Stash::XS 0.19.
  • Loading branch information
rafl committed Jan 6, 2011
1 parent e2288cf commit 20c9e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/namespace/clean.pm
Expand Up @@ -7,7 +7,7 @@ use strict;
use vars qw( $STORAGE_VAR );
use Sub::Name 0.04 qw(subname);
use Sub::Identify 0.04 qw(sub_fullname);
use Package::Stash 0.18;
use Package::Stash 0.22;
use B::Hooks::EndOfScope 0.07;

$STORAGE_VAR = '__NAMESPACE_CLEAN_STORAGE';
Expand Down

0 comments on commit 20c9e0b

Please sign in to comment.