From: gfx Date: Fri, 5 Feb 2010 09:19:05 +0000 (+0900) Subject: Mouse::Tiny shouldn't include Test::Mouse X-Git-Tag: 0.50~16 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=4b7f0b170d8518b09bf776647b67ccf71b72aea0 Mouse::Tiny shouldn't include Test::Mouse --- diff --git a/tool/generate-mouse-tiny.pl b/tool/generate-mouse-tiny.pl index d521f95..fab7e68 100644 --- a/tool/generate-mouse-tiny.pl +++ b/tool/generate-mouse-tiny.pl @@ -32,6 +32,7 @@ find({ && /\.pm$/ && !/Squirrel/ && !/Tiny/ + && !/Test/ # only for testing && !/Spec/ # has no functionality && !/TypeRegistry/ # deprecated && !/\bouse/ # ouse.pm