-------------------
0.18 2015-01-21 03:54:30Z
- remove Moose test requires <-> Test::CleanNamespaces test recommends
circular relationship (softened to suggests)
0.17 2015-01-20 03:46:46Z
- skip Mouse tests if some required interfaces are not available
Upstream changes:
0.16 2014-08-28 23:55:47Z
- skip Moose-related tests for normal installs, to get out of circularity
hell if Moose is installed but broken and needing an upgrade
This module lets you check your module's namespaces for imported
functions you might have forgotten to remove with namespace::autoclean
or namespace::clean and are therefore available to be called as
methods, which usually isn't want you want.