Bump Package::Stash dependency to 0.22
Florian Ragwitz [Thu, 6 Jan 2011 18:04:52 +0000 (19:04 +0100)]
This pulls in a bugfix in Package::Stash::XS 0.19.

lib/namespace/clean.pm

index a2665a6..6afa1d8 100644 (file)
@@ -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';