From: Florian Ragwitz Date: Fri, 20 Feb 2009 13:32:46 +0000 (+0100) Subject: Version 0.10. X-Git-Tag: 0.10~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=52bbba50a157d0e29ad24054603399a16494ff17;p=p5sagit%2Fnamespace-clean.git Version 0.10. --- diff --git a/Changes b/Changes index 1a96091..9eb54a7 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,6 @@ + [0.10] Fri Feb 20 14:31:36 CET 2009 + - Depend on B::Hooks::EndOfScope 0.07 to avoid segfaults and lost error + messages when something goes wrong. [0.09] Wed Oct 22 17:48:49 CEST 2008 - Use B::Hooks::EndOfScope instead of %^H + Scope::Guard. diff --git a/lib/namespace/clean.pm b/lib/namespace/clean.pm index 2a9b255..91d0be4 100644 --- a/lib/namespace/clean.pm +++ b/lib/namespace/clean.pm @@ -15,11 +15,11 @@ use B::Hooks::EndOfScope; =head1 VERSION -0.09 +0.10 =cut -$VERSION = 0.09; +$VERSION = 0.10; $STORAGE_VAR = '__NAMESPACE_CLEAN_STORAGE'; =head1 SYNOPSIS