Skip to content

Commit

Permalink
Version 0.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafl committed Jan 14, 2010
1 parent cccfea0 commit fe6c575
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Changes
@@ -1,3 +1,9 @@
[0.12] Thu Jan 14 03:22:03 CET 2010
- Stop relying on stash entries always being upgraded into real GVs
(Zefram).
- Work around $DB::sub (Yuval Kogman).
- Fix restoring of non-code symbols when cleaning (Ben Morrows).

[0.11] Tue Mar 3 17:34:49 CET 2009
- Added -cleanee option to specify the package to clean (Closes
RT#41850).
Expand Down
4 changes: 2 additions & 2 deletions lib/namespace/clean.pm
Expand Up @@ -17,11 +17,11 @@ use Sub::Name qw(subname);

=head1 VERSION
0.11
0.12
=cut

$VERSION = '0.11';
$VERSION = '0.12';
$STORAGE_VAR = '__NAMESPACE_CLEAN_STORAGE';

=head1 SYNOPSIS
Expand Down

0 comments on commit fe6c575

Please sign in to comment.