summaryrefslogtreecommitdiff
path: root/t/00-load.t
diff options
context:
space:
mode:
authorivan <ivan>2009-03-02 08:56:54 +0000
committerivan <ivan>2009-03-02 08:56:54 +0000
commit0bbc67fcb177d8ca6a70727438f3d3dcdffa3a8e (patch)
tree1d160b6e209d7da1f95c50e268c1c0794c450fb2 /t/00-load.t
initial importSTART
Diffstat (limited to 't/00-load.t')
-rw-r--r--t/00-load.t9
1 files changed, 9 insertions, 0 deletions
diff --git a/t/00-load.t b/t/00-load.t
new file mode 100644
index 0000000..770261a
--- /dev/null
+++ b/t/00-load.t
@@ -0,0 +1,9 @@
+#!perl -T
+
+use Test::More tests => 1;
+
+BEGIN {
+ use_ok( 'Net::Vitelity' );
+}
+
+diag( "Testing Net::Vitelity $Net::Vitelity::VERSION, Perl $], $^X" );