Changes for newer version of Pod::Simple::HTML

This commit is contained in:
Andrew Johnson
2014-06-23 22:14:35 -06:00
committed by Ralph Lange
parent 5b9bee82a5
commit 3c91c17369
2 changed files with 2 additions and 2 deletions

View File

@@ -878,7 +878,7 @@ When VAL is EGUF the RVAL field will be set to I<RVAL_max>, and when VAL is
EGUL the RVAL field will become I<RVAL_min>.
The fomulae to use are:
=over 4
=over
EOFF = (I<RVAL_max> * EGUL E<minus> I<RVAL_min> * EGUF) /
(I<RVAL_max> E<minus> I<RVAL_min>)

View File

@@ -102,7 +102,7 @@ __END_DOCTYPE
$podHtml = Pod::Simple::HTML->new();
}
$podHtml->html_css('style.css');
$podHtml->html_css('<link rel="stylesheet" href="style.css" type="text/css" />');
$podHtml->force_title(encode_entities($title));
$podHtml->perldoc_url_prefix('');
$podHtml->perldoc_url_postfix('.html');