Skip to content

Commit

Permalink
Trial release preparing for pure-perl-capable 0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
ribasushi committed Jul 31, 2011
1 parent fa84e42 commit 1202ce4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
@@ -1,3 +1,4 @@
[0.20_01] (the "mst made me do it" release)
- Only invoke the deleted sub stashing if we run udner a debugger
(avoid runtime penalty of Sub::Name/Sub::Identify)
- Spellfixes (RT#54388)
Expand Down
2 changes: 1 addition & 1 deletion lib/namespace/clean.pm
Expand Up @@ -7,7 +7,7 @@ use strict;
use vars qw( $STORAGE_VAR );
use Package::Stash;

our $VERSION = '0.20';
our $VERSION = '0.20_01';

$STORAGE_VAR = '__NAMESPACE_CLEAN_STORAGE';

Expand Down

0 comments on commit 1202ce4

Please sign in to comment.