summaryrefslogtreecommitdiff
path: root/t/00-load.t
diff options
context:
space:
mode:
authorivan <ivan>2009-02-26 15:28:31 +0000
committerivan <ivan>2009-02-26 15:28:31 +0000
commit57134b4a18772b114a5559a1f19d033b01291f62 (patch)
tree0bc13709bb99f3b10d4589c383fba37852cfb737 /t/00-load.t
initial importHEADSTARTmaster
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..860081a
--- /dev/null
+++ b/t/00-load.t
@@ -0,0 +1,9 @@
+#!perl -T
+
+use Test::More tests => 1;
+
+BEGIN {
+ use_ok( 'Net::Indosoft::Voicebridge' );
+}
+
+diag( "Testing Net::Indosoft::Voicebridge $Net::Indosoft::Voicebridge::VERSION, Perl $], $^X" );