summaryrefslogtreecommitdiffstats
path: root/t/000-load.t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-04-29 12:37:32 -0500
committerJesse Luehrs <doy@tozt.net>2010-04-29 12:37:32 -0500
commit969e592b9cb739f947eb7af722a7cb4246d9ec62 (patch)
treea390c88056428eaea2f87e50417362b8e5cd9323 /t/000-load.t
downloadtask-belike-doy-969e592b9cb739f947eb7af722a7cb4246d9ec62.tar.gz
task-belike-doy-969e592b9cb739f947eb7af722a7cb4246d9ec62.zip
initial commit
Diffstat (limited to 't/000-load.t')
-rw-r--r--t/000-load.t8
1 files changed, 8 insertions, 0 deletions
diff --git a/t/000-load.t b/t/000-load.t
new file mode 100644
index 0000000..d41d2a0
--- /dev/null
+++ b/t/000-load.t
@@ -0,0 +1,8 @@
+#!/usr/bin/env perl
+use strict;
+use warnings;
+use Test::More tests => 1;
+
+package Foo;
+::use_ok('Task::BeLike::DOY')
+ or ::BAIL_OUT("couldn't load Task::BeLike::DOY");