From b5e00dd5534d7f6ec852b537f551bb872931fa04 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 11 Aug 2008 07:38:09 +0000 Subject: initial import --- lib/HTML/AutoConvert/wvWare.pm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 lib/HTML/AutoConvert/wvWare.pm (limited to 'lib/HTML/AutoConvert/wvWare.pm') 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; -- cgit v1.2.1