X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FPod%2FHtml.pm;h=61152afef344f88710464851feb33ded9e8d4845;hb=4f7806f3e19db049970d6c6265e5b956d1d7f74a;hp=346495f3defd64e3ebbf791120f9c166a78d62ed;hpb=9a75f6e73f4b39ed488fab2bbb4900e2c3f37f1c;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Pod/Html.pm b/lib/Pod/Html.pm index 346495f..61152af 100644 --- a/lib/Pod/Html.pm +++ b/lib/Pod/Html.pm @@ -3,16 +3,16 @@ 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; -use Pod::Functions; use locale; # make \w work right in non-ASCII lands @@ -41,14 +41,21 @@ 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 + + --cachedir=name + +Creates the item and directory caches in the given directory. =item css --css=stylesheet -Specify the URL of a cascading style sheet. +Specify the URL of a cascading style sheet. Also disables all HTML/CSS +C