X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FPod%2FHtml.pm;h=61152afef344f88710464851feb33ded9e8d4845;hb=4f7806f3e19db049970d6c6265e5b956d1d7f74a;hp=e61f29af5bead532b06c5d0ba55ce081d49de041;hpb=b42210d7e8be170d487d1f438e31efc8ddff8cd7;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Pod/Html.pm b/lib/Pod/Html.pm index e61f29a..61152af 100644 --- a/lib/Pod/Html.pm +++ b/lib/Pod/Html.pm @@ -3,13 +3,14 @@ use strict; require Exporter; use vars qw($VERSION @ISA @EXPORT); -$VERSION = 1.03; +$VERSION = 1.04; @ISA = qw(Exporter); @EXPORT = qw(pod2html htmlify); use Carp; use Config; use Cwd; +use File::Spec; use File::Spec::Unix; use Getopt::Long; @@ -40,8 +41,8 @@ Pod::Html takes the following arguments: --backlink="Back to Top" -Adds "Back to Top" links in front of every HEAD1 heading (except for -the first). By default, no backlink are being generated. +Adds "Back to Top" links in front of every C heading (except for +the first). By default, no backlinks are generated. =item cachedir @@ -53,7 +54,8 @@ Creates the item and directory caches in the given directory. --css=stylesheet -Specify the URL of a cascading style sheet. +Specify the URL of a cascading style sheet. Also disables all HTML/CSS +C