summaryrefslogtreecommitdiff
path: root/lib/HTML/AutoConvert/wvWare.pm
diff options
context:
space:
mode:
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;