From: Tokuhiro Matsuno Date: Tue, 2 Dec 2008 07:40:45 +0000 (+0000) Subject: test related things is moved to t::Exception X-Git-Tag: 0.19~136^2~86 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=8dd9385f2b685548f1a3c2b9ffe90cff4e19b437 test related things is moved to t::Exception --- diff --git a/lib/Mouse/Util.pm b/lib/Mouse/Util.pm index c244e50..476075d 100644 --- a/lib/Mouse/Util.pm +++ b/lib/Mouse/Util.pm @@ -128,7 +128,6 @@ BEGIN { our @EXPORT_OK = map { keys %$_ } values %dependencies; our %EXPORT_TAGS = ( all => \@EXPORT_OK, - test => [qw/throws_ok lives_ok/], ); for my $module_name (keys %dependencies) {