X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FPod%2FHtml.pm;h=e8f9ff3fa5be47a609dc0a83a88edb243d2cdb56;hb=e69a2255d0db4d110e403864fcb97407ce8e4ff9;hp=43168231f3e214455004322b35a67d86e0b0bb46;hpb=b75c8c73cd7f3c92a16e03fb046f4e2a99363bc7;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Pod/Html.pm b/lib/Pod/Html.pm index 4316823..e8f9ff3 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,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