summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-05-02 16:20:45 -0500
committerJesse Luehrs <doy@tozt.net>2010-05-02 16:20:45 -0500
commitf972bb6debf7373438887a89cc6bd3130590239a (patch)
tree517c83374f78ce7fcaa62c01b91a0197cf0abda8 /t
downloaddist-zilla-pluginbundle-doy-f972bb6debf7373438887a89cc6bd3130590239a.tar.gz
dist-zilla-pluginbundle-doy-f972bb6debf7373438887a89cc6bd3130590239a.zip
initial commit
Diffstat (limited to '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..acb06bd
--- /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('Dist::Zilla::PluginBundle::DOY')
+ or ::BAIL_OUT("couldn't load Dist::Zilla::PluginBundle::DOY");