Add warn_on_symbol_pollution to Class::MOP::Class
authorYuval Kogman <nothingmuch@woobling.org>
Thu, 17 Sep 2009 20:42:50 +0000 (23:42 +0300)
committerYuval Kogman <nothingmuch@woobling.org>
Thu, 17 Sep 2009 21:41:46 +0000 (00:41 +0300)
commit1f46d41ee9352dd140bcc1acb396145c7ce9f77a
tree16a0c0352c85d036c15d596c187242509746dab8
parent3a2d2bd77e28b6aee9ae26f1eb712e7f16d05225
Add warn_on_symbol_pollution to Class::MOP::Class

Checks that there are no non method CODE symbols in the package of the
class.
lib/Class/MOP/Class.pm
t/010_self_introspection.t
t/316_pollution_warning.t [new file with mode: 0644]