X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fnamespace%2Fclean.pm;h=9ee2893f04af5d49bd23532f2372bba188ec6b73;hb=271df965daa723231e749006028de25cd3cb8a19;hp=f02becefadf5de492c531b4b7863abe8f5fad44b;hpb=c92da19f334b818c13024f33f19a9e349f1ac5bd;p=p5sagit%2Fnamespace-clean.git diff --git a/lib/namespace/clean.pm b/lib/namespace/clean.pm index f02bece..9ee2893 100644 --- a/lib/namespace/clean.pm +++ b/lib/namespace/clean.pm @@ -69,9 +69,9 @@ be a module exporting an C method along with some functions: If you just want to C<-except> a single sub, you can pass it directly. For more than one value you have to use an array reference. -=head2 Explicitely removing functions when your scope is compiled +=head2 Explicitly removing functions when your scope is compiled -It is also possible to explicitely tell C what packages +It is also possible to explicitly tell C what packages to remove when the surrounding scope has finished compiling. Here is an example: