#!/usr/bin/perl -w # -*- perl -*- BEGIN { require "./t/pod2html-lib.pl"; } use strict; use Test::More tests => 1; convert_n_test("htmllink", "html links"); __DATA__
htmllink - Test HTML links
This is section one.
This is section two.
This is section three.
This is item one.
This is item two.
This is item three.