diff options
author | levinse <levinse> | 2010-11-19 23:07:03 +0000 |
---|---|---|
committer | levinse <levinse> | 2010-11-19 23:07:03 +0000 |
commit | 94eb5c172414a10f346d83c29dfefeeb69618a2f (patch) | |
tree | 860289e8d15bdde49a27d4b393e6d3310fbf3fe0 /t/00-load.t |
Initial import of Net::IkanoSTART
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..eedbcde --- /dev/null +++ b/t/00-load.t @@ -0,0 +1,9 @@ +#!perl -T + +use Test::More tests => 1; + +BEGIN { + use_ok( 'Net::Ikano' ); +} + +diag( "Testing Net::Ikano $Net::Ikano::VERSION, Perl $], $^X" ); |