From: Karen Etheridge Date: Sat, 14 Sep 2013 20:48:39 +0000 (-0700) Subject: this test is redundant with t/00-compile.t X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Types-Common.git;a=commitdiff_plain;h=265ef5df0696361005a544c60a3dfb2671eec479 this test is redundant with t/00-compile.t --- diff --git a/t/00-load.t b/t/00-load.t deleted file mode 100644 index 62f703b..0000000 --- a/t/00-load.t +++ /dev/null @@ -1,7 +0,0 @@ -use strict; -use warnings FATAL => 'all'; -use Test::More tests => 3; - -use_ok('MooseX::Types::Common'); -use_ok('MooseX::Types::Common::String'); -use_ok('MooseX::Types::Common::Numeric');