projects
/
p5sagit/Config-Any.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
fe945b9
)
removed duplicate test
Brian Cassidy [Tue, 22 Aug 2006 19:41:41 +0000 (19:41 +0000)]
MANIFEST
patch
|
blob
|
blame
|
history
t/00.load.t
[deleted file]
patch
|
blob
|
blame
|
history
diff --git
a/MANIFEST
b/MANIFEST
index
d7e7b60
..
f00b018
100644
(file)
--- 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
(file)
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" );