From e898892446943e1654e6774aa46ec81fb816f51d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 28 Feb 2008 22:50:53 +0000 Subject: initial release --- t/00basic.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 t/00basic.t (limited to 't/00basic.t') 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++; -- cgit v1.2.1