#!/usr/bin/perl -w # -*- perl -*- BEGIN { require "./t/pod2html-lib.pl"; } END { rem_test_dir(); } use strict; use Cwd; use Test::More tests => 1; SKIP: { my $output = make_test_dir(); skip "$output", 1 if $output; my $cwd = cwd(); convert_n_test("crossref", "cross references", "--podpath=t:testdir/test.lib", "--podroot=$cwd", "--htmlroot=$cwd", "--quiet", ); } __DATA__ htmlcrossref - Test HTML cross reference links

NAME

htmlcrossref - Test HTML cross reference links

LINKS

"section1"

"section 2" in htmllink

"item1"

"non existent section"

var-copy

"$"" in var-copy

var-copy

var-copy/$"

"First:" in podspec-copy

podspec-copy/First:

notperldoc

TARGETS

section1

This is section one.

item1

This is item one.