From: Brian Cassidy Date: Tue, 22 Aug 2006 19:41:41 +0000 (+0000) Subject: removed duplicate test X-Git-Tag: v0.04~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e211aeacfec7e86a9277f1b3c63c1b7c8069d8ad;p=p5sagit%2FConfig-Any.git removed duplicate test --- diff --git a/MANIFEST b/MANIFEST index d7e7b60..f00b018 100644 --- a/MANIFEST +++ b/MANIFEST @@ -10,7 +10,6 @@ lib/Config/Any/YAML.pm MANIFEST META.yml # Will be created by "make dist" README -t/00.load.t t/01-use.t t/20-parse.t t/50-general.t diff --git a/t/00.load.t b/t/00.load.t deleted file mode 100644 index 459cbb3..0000000 --- a/t/00.load.t +++ /dev/null @@ -1,7 +0,0 @@ -use Test::More tests => 1; - -BEGIN { -use_ok( 'Config::Any' ); -} - -diag( "Testing Config::Any $Config::Any::VERSION" );