From: Peter Rabbitson Date: Wed, 3 Aug 2011 19:49:48 +0000 (+0200) Subject: Clarification as per doy's request X-Git-Tag: 0.21~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Fnamespace-clean.git;a=commitdiff_plain;h=c8e3fb7eb609ee23dbf5034577e44d374b409b77 Clarification as per doy's request --- diff --git a/lib/namespace/clean.pm b/lib/namespace/clean.pm index 0792846..ae147cc 100644 --- a/lib/namespace/clean.pm +++ b/lib/namespace/clean.pm @@ -396,11 +396,14 @@ use C instead. =head1 CAVEATS This module is fully functional in a pure-perl environment, where -L, a L dependency, may not be -available. However in this case this module falls back to a +L (with the XS dependency L), may +not be available. However in this case this module falls back to a L of L<%^H|perlvar/%^H> which may or may not interfere with some crack you may be doing independently of namespace::clean. +If you want to ensure that your codebase is protected from this unlikely +clash, you need to explicitly depend on L. + =head1 SEE ALSO L