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, 8 insertions, 0 deletions
diff --git a/Data-YAML-0.0.6/t/00.load.t b/Data-YAML-0.0.6/t/00.load.t
new file mode 100644
index 0000000..4b0baad
--- /dev/null
+++ b/Data-YAML-0.0.6/t/00.load.t
@@ -0,0 +1,8 @@
+use Test::More tests => 2;
+
+BEGIN {
+ use_ok( 'Data::YAML::Reader' );
+ use_ok( 'Data::YAML::Writer' );
+}
+
+diag( "Testing Data::YAML $Data::YAML::Reader::VERSION" );