Subject: | [PATCH] correct spelling error in documentation |
Date: | Mon, 08 Feb 2010 01:01:28 +0900 |
To: | bug-namespace-clean [...] rt.cpan.org |
From: | Ansgar Burchardt <ansgar [...] 43-1.org> |
Hi,
the attached patch was introduced in Debian to correct a spelling
mistake in the documentation. Please consider applying it.
Regards,
Ansgar
Description: fix POD spelling
Author: Jonathan Yu <jawnsy@cpan.org>
Origin: vendor
Forwarded: no
--- a/lib/namespace/clean.pm
+++ b/lib/namespace/clean.pm
@@ -83,9 +83,9 @@
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<namespace::clean> what packages
+It is also possible to explicitly tell C<namespace::clean> what packages
to remove when the surrounding scope has finished compiling. Here is an
example: