summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/lsqlite3/doc/pod2html.pl
blob: 474e86e177f48787befe32c2f9c26158ef7dc4a6 (plain) (blame)
1
2
3
4
5
6
7
#!perl

use Pod::Html;

pod2html @ARGV;

__END__