Rename WWW-BackpackTF.t to 00-load.t
[www-backpacktf.git] / t / 00-load.t
diff --git a/t/00-load.t b/t/00-load.t
new file mode 100644 (file)
index 0000000..43e4bf1
--- /dev/null
@@ -0,0 +1,6 @@
+#!/usr/bin/perl -w
+use strict;
+use warnings;
+
+use Test::More tests => 1;
+BEGIN { use_ok('WWW::BackpackTF') };
This page took 0.009916 seconds and 4 git commands to generate.