NAME
Acme::Aspartame - raise the alarum if a source filter was used
VERSION
Version 0.01 released 04 Aug 07
SUGAR
Bad!
ASPARTAME
Good!
AUTHOR
Shawn M Moore, <sartak at gmail.com>
BUGS
Will not work if you use a source filter outside of the Filter
namespace. In other words, Acme::Aspartame
does catch Switch
(since Switch
brings in Filter::Util::Call
). But it won't catch Other::Source::Filter
that implements its own source filter magic. But that's cause for a new version.
It will give a false positive if you load a Filter
but never use it (which is unlikely, since source filters by definition work at compile time).
It will give a false negative if you use a source filter entirely within an eval
. If that's even possible.
I'm not sure any of these are actually worth fixing.
Please report any bugs through RT: email bug-acme-aspartame at rt.cpan.org
, or browse to http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-Aspartame.
AUTHOR
COPYRIGHT & LICENSE
Copyright 2007 Shawn M Moore.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.