Changes for newer version of Pod::Simple::HTML
This commit is contained in:
committed by
Ralph Lange
parent
5b9bee82a5
commit
3c91c17369
@@ -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>)
|
||||
|
||||
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user