]> git.imager.perl.org - bse.git/blame - makehtmldocs.pl
fix not validating product option name on add
[bse.git] / makehtmldocs.pl
CommitLineData
473afcfa
TC
1#!perl -w
2use strict;
3use Pod::Simple::HTMLBatch;
4
5my @src = qw(site/docs site/cgi-bin/modules site/util .);
6my $b = Pod::Simple::HTMLBatch->new;
7$b->batch_convert(\@src, shift);