From: Florian Ragwitz Date: Fri, 20 Feb 2009 13:33:41 +0000 (+0100) Subject: Update README. X-Git-Tag: 0.10~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9cf9958a0c1229be3868d79f493a1805a3bab542;p=p5sagit%2Fnamespace-clean.git Update README. --- diff --git a/README b/README index 0c89691..3d06797 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME namespace::clean - Keep imports and functions out of your namespace VERSION - 0.08 + 0.10 SYNOPSIS package Foo; @@ -97,7 +97,7 @@ METHODS import Makes a snapshot of the current defined functions and installs a - Scope::Guard in the current scope to invoke the cleanups. + B::Hooks::EndOfScope hook in the current scope to invoke the cleanups. unimport This method will be called when you do a @@ -132,7 +132,7 @@ IMPLEMENTATION DETAILS use "undef" instead. SEE ALSO - Scope::Guard + B::Hooks::EndOfScope AUTHOR AND COPYRIGHT Robert 'phaylon' Sedlacek "", with many thanks to Matt S