aboutsummaryrefslogtreecommitdiffstats
path: root/Data-YAML-0.0.6/t/00.load.t
diff options
context:
space:
mode:
Diffstat (limited to 'Data-YAML-0.0.6/t/00.load.t')
-rw-r--r--Data-YAML-0.0.6/t/00.load.t8
1 files changed, 0 insertions, 8 deletions
diff --git a/Data-YAML-0.0.6/t/00.load.t b/Data-YAML-0.0.6/t/00.load.t
deleted file mode 100644
index 4b0baad..0000000
--- a/Data-YAML-0.0.6/t/00.load.t
+++ /dev/null
@@ -1,8 +0,0 @@
-use Test::More tests => 2;
-
-BEGIN {
- use_ok( 'Data::YAML::Reader' );
- use_ok( 'Data::YAML::Writer' );
-}
-
-diag( "Testing Data::YAML $Data::YAML::Reader::VERSION" );