Acme-Evil
view release on metacpan or search on metacpan
lib/evil.pm view on Meta::CPAN
=item no B<evil> ':disable';
Removes the effect of any previous C<no B<evil> ':something'> used in
this module, thus stating the module does not care about evil code.
=item no B<evil> ':intermediate'
The calling module cannot function properly if it is using evil code,
whether directly or indirectly. Throws an exception if an evil module
is subsequently loaded by the calling module or by one of the children
modules (or by one of their children modules, etc). Also throws an
exception if the current module is evil.
=item no B<evil> ':lax';
The calling module cannot function properly if it is using evil code
direcly. Throws an exception if the calling module subsequently loads
an evil module, or if the current module is evil.
=item no B<evil>;
( run in 0.361 second using v1.01-cache-2.11-cpan-496ff517765 )