summaryrefslogtreecommitdiff
path: root/lib/HTML/AutoConvert/wvWare.pm
diff options
context:
space:
mode:
authorivan <ivan>2008-08-11 07:38:09 +0000
committerivan <ivan>2008-08-11 07:38:09 +0000
commitb5e00dd5534d7f6ec852b537f551bb872931fa04 (patch)
tree3091d93f430e74f823397559d324d7f4ce882f7d /lib/HTML/AutoConvert/wvWare.pm
initial importSTART
Diffstat (limited to 'lib/HTML/AutoConvert/wvWare.pm')
-rw-r--r--lib/HTML/AutoConvert/wvWare.pm25
1 files changed, 25 insertions, 0 deletions
diff --git a/lib/HTML/AutoConvert/wvWare.pm b/lib/HTML/AutoConvert/wvWare.pm
new file mode 100644
index 0000000..26a57cd
--- /dev/null
+++ b/lib/HTML/AutoConvert/wvWare.pm
@@ -0,0 +1,25 @@
+package HTML::AutoConvert::wvWare;
+
+=head1 NAME
+
+HTML::AutoConvert::wvWare - wvWare plugin for HTML::AutoConvert
+
+=head1 URL
+
+wvWare can be downloaded from http://wvware.sourceforge.net/
+
+=cut
+
+use strict;
+use vars qw( %info );
+use base 'HTML::AutoConvert::Run';
+
+%info = (
+ 'types' => 'doc',
+ 'weight' => 80,
+ 'url' => 'http://wvware.sourceforge.net/',
+);
+
+sub program { ( 'wvWare' ) }
+
+1;