diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-12-12 16:31:06 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-12-12 16:31:06 -0800 |
commit | 1d339ad33855e8df8c1f466b494acbfd0e0907da (patch) | |
tree | a4a609605840d1ebf666e651efd41663d8f7da83 /t/00-load.t |
initial commit
Diffstat (limited to 't/00-load.t')
-rw-r--r-- | t/00-load.t | 9 |
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..ddd413c --- /dev/null +++ b/t/00-load.t @@ -0,0 +1,9 @@ +#!perl -T + +use Test::More tests => 1; + +BEGIN { + use_ok( 'Net::VoIP_Innovations' ); +} + +diag( "Testing Net::VoIP_Innovations $Net::VoIP_Innovations::VERSION, Perl $], $^X" ); |