+ [0.22] (official fix of all the %^H ickyness)
- Simplify the >= 5.10 PP variant even more - move the hook from
DESTROY into DELETE
- Force explicit callback invocation order on 5.8 PP
use vars qw( $STORAGE_VAR );
use Package::Stash;
-our $VERSION = '0.21_02';
+our $VERSION = '0.22';
$STORAGE_VAR = '__NAMESPACE_CLEAN_STORAGE';
} ) {
B::Hooks::EndOfScope->import('on_scope_end');
}
- elsif ($] < 5.009_003_9) {
+ elsif ($] < 5.009_003_1) {
require namespace::clean::_PP_OSE_5_8;
*on_scope_end = \&namespace::clean::_PP_OSE_5_8::on_scope_end;
}