diff options
| author | ivan <ivan> | 2009-02-26 15:28:31 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2009-02-26 15:28:31 +0000 |
| commit | 57134b4a18772b114a5559a1f19d033b01291f62 (patch) | |
| tree | 0bc13709bb99f3b10d4589c383fba37852cfb737 /t/00-load.t | |
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..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" ); |
