summaryrefslogtreecommitdiffstats
path: root/misc/bundle/t/00load.t
diff options
context:
space:
mode:
Diffstat (limited to 'misc/bundle/t/00load.t')
-rw-r--r--misc/bundle/t/00load.t9
1 files changed, 9 insertions, 0 deletions
diff --git a/misc/bundle/t/00load.t b/misc/bundle/t/00load.t
new file mode 100644
index 0000000..286b9e0
--- /dev/null
+++ b/misc/bundle/t/00load.t
@@ -0,0 +1,9 @@
+use strict; # -*- perl -*-
+use Test;
+
+BEGIN { plan tests => 1 }
+
+eval {
+ require Bundle::W3C::Validator;
+};
+ok(!$@);