diff options
author | ivan <ivan> | 2008-08-11 07:38:09 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-08-11 07:38:09 +0000 |
commit | b5e00dd5534d7f6ec852b537f551bb872931fa04 (patch) | |
tree | 3091d93f430e74f823397559d324d7f4ce882f7d /t/00-load.t |
initial importSTART
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..501cd13 --- /dev/null +++ b/t/00-load.t @@ -0,0 +1,9 @@ +#!perl -T + +use Test::More tests => 1; + +BEGIN { + use_ok( 'HTML::AutoConvert' ); +} + +diag( "Testing HTML::AutoConvert $HTML::AutoConvert::VERSION, Perl $], $^X" ); |