aboutsummaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/00basic.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/t/00basic.t b/t/00basic.t
new file mode 100644
index 0000000..94803cc
--- /dev/null
+++ b/t/00basic.t
@@ -0,0 +1,5 @@
+use Test;
+BEGIN { plan tests => 1 }
+END { ok($loaded) }
+use Hal::Cdroms;
+$loaded++;