#!/usr/bin/perl -w # -*- perl -*- BEGIN { require "./t/pod2html-lib.pl"; } use strict; use Cwd; use File::Spec::Functions; use Test::More tests => 1; my $cwd = cwd(); convert_n_test("feature", "misc pod-html features", "--backlink", "--css=style.css", "--header", # no styling b/c of --ccs "--htmldir=". catdir($cwd, 't'), "--noindex", "--podpath=t", "--podroot=$cwd", "--title=a title", "--quiet", ); __DATA__ a title
 a title

Head 1

A paragraph

some html

Another paragraph

Another Head 1

some text and a link crossref

 a title