D
Dilbert
I have an issue with the Html that is generated with Module::Build. I
am using Win32 ActiveState Perl 5.10.1.
To install new modules from CPAN, I used to do ExtUtils::MakeMaker /
perl Makefile.PL / nmake / nmake test / nmake install. ==> everything
works fine and the new Html documentation integrates seamlessly into
the existing documentation.
Now I want to use Module::Build to install modules, so I do perl
Build.PL / Build / Build test / Build install. ==> the module itself
installs ok, but the Html is created differently. In fact the header
in the Html file with Module::Build is much smaller than it is in the
Html file with ExtUtils::MakeMaker.
How can I configure Module::Build to produce Html that is *identical*
to what is produced by MakeMaker ?
Here is the diff between the Html files produced by
ExtUtils::MakeMaker and by Module::Build
(the "DTD HTML 4.0 Transitional" is created by ExtUtils::MakeMaker
and the "DTD XHTML 1.0 Strict" is created by Module::Build)
==================
2,3c2,3
< <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
< <!-- saved from url=(0017)http://localhost/ -->
< <script language="JavaScript" src="../../../displayToc.js"></script>
< <script language="JavaScript" src="../../../tocParas.js"></script>
< <script language="JavaScript" src="../../../tocTab.js"></script>
< <link rel="stylesheet" type="text/css" href="../../../
scineplex.css">
< <script>writelinks('__top__',3);</script>
am using Win32 ActiveState Perl 5.10.1.
To install new modules from CPAN, I used to do ExtUtils::MakeMaker /
perl Makefile.PL / nmake / nmake test / nmake install. ==> everything
works fine and the new Html documentation integrates seamlessly into
the existing documentation.
Now I want to use Module::Build to install modules, so I do perl
Build.PL / Build / Build test / Build install. ==> the module itself
installs ok, but the Html is created differently. In fact the header
in the Html file with Module::Build is much smaller than it is in the
Html file with ExtUtils::MakeMaker.
How can I configure Module::Build to produce Html that is *identical*
to what is produced by MakeMaker ?
Here is the diff between the Html files produced by
ExtUtils::MakeMaker and by Module::Build
(the "DTD HTML 4.0 Transitional" is created by ExtUtils::MakeMaker
and the "DTD XHTML 1.0 Strict" is created by Module::Build)
==================
2,3c2,3
< <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
5,10c5<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
< <!-- saved from url=(0017)http://localhost/ -->
< <script language="JavaScript" src="../../../displayToc.js"></script>
< <script language="JavaScript" src="../../../tocParas.js"></script>
< <script language="JavaScript" src="../../../tocTab.js"></script>
< <link rel="stylesheet" type="text/css" href="../../../
scineplex.css">
21,22d20<title>MyTest:rogram</title> 16a12,16
<table border="0" width="100%" cellspacing="0" cellpadding="3">
<tr><td class="block" valign="middle">
<big><strong><span class="block"> MyTest:rogram</span></strong></big>
</td></tr>
</table>
< <script>writelinks('__top__',3);</script>