In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/e6afd14589235a50ef7aa8ed0ed8c685dd3116d3?hp=0f7b1033a099b6b5b92a0bb37bad99ca2b146791>

- Log -----------------------------------------------------------------
commit e6afd14589235a50ef7aa8ed0ed8c685dd3116d3
Author: Tony Cook <[email protected]>
Date:   Thu Jul 11 17:03:44 2013 +1000

    pod2html output concerns
-----------------------------------------------------------------------

Summary of changes:
 ext/Pod-Html/lib/Pod/Html.pm | 8 +++-----
 ext/Pod-Html/t/crossref.t    | 2 +-
 ext/Pod-Html/t/crossref2.t   | 2 +-
 ext/Pod-Html/t/crossref3.t   | 2 +-
 ext/Pod-Html/t/feature2.t    | 6 +++---
 ext/Pod-Html/t/htmldir1.t    | 2 +-
 ext/Pod-Html/t/htmldir2.t    | 2 +-
 ext/Pod-Html/t/htmldir3.t    | 2 +-
 ext/Pod-Html/t/htmldir4.t    | 2 +-
 ext/Pod-Html/t/htmldir5.t    | 2 +-
 ext/Pod-Html/t/htmlescp.t    | 2 +-
 ext/Pod-Html/t/htmllink.t    | 2 +-
 ext/Pod-Html/t/htmlview.t    | 2 +-
 ext/Pod-Html/t/poderr.t      | 2 +-
 ext/Pod-Html/t/podnoerr.t    | 2 +-
 15 files changed, 19 insertions(+), 21 deletions(-)

diff --git a/ext/Pod-Html/lib/Pod/Html.pm b/ext/Pod-Html/lib/Pod/Html.pm
index 3feb812..4562b4b 100644
--- a/ext/Pod-Html/lib/Pod/Html.pm
+++ b/ext/Pod-Html/lib/Pod/Html.pm
@@ -3,7 +3,7 @@ use strict;
 require Exporter;
 
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
-$VERSION = 1.19;
+$VERSION = 1.20;
 @ISA = qw(Exporter);
 @EXPORT = qw(pod2html htmlify);
 @EXPORT_OK = qw(anchorify);
@@ -369,14 +369,12 @@ sub pod2html {
     my $bodyid = $Backlink ? ' id="_podtop_"' : '';
 
     my $csslink = '';
-    my $bodystyle = ' style="background-color: white"';
-    my $tdstyle = ' style="background-color: #cccccc"';
+    my $tdstyle = ' style="background-color: #cccccc; color: #000"';
 
     if ($Css) {
         $csslink = qq(\n<link rel="stylesheet" href="$Css" type="text/css" />);
         $csslink =~ s,\\,/,g;
         $csslink =~ s,(/.):,$1|,;
-        $bodystyle = '';
         $tdstyle= '';
     }
 
@@ -400,7 +398,7 @@ END_OF_BLOCK
 <link rev="made" href="mailto:$Config{perladmin}"; />
 </head>
 
-<body$bodyid$bodystyle>
+<body$bodyid>
 $block
 HTMLHEAD
 
diff --git a/ext/Pod-Html/t/crossref.t b/ext/Pod-Html/t/crossref.t
index 92837ac..30fa6d3 100644
--- a/ext/Pod-Html/t/crossref.t
+++ b/ext/Pod-Html/t/crossref.t
@@ -40,7 +40,7 @@ __DATA__
 <link rev="made" href="mailto:[PERLADMIN]"; />
 </head>
 
-<body style="background-color: white">
+<body>
 
 
 
diff --git a/ext/Pod-Html/t/crossref2.t b/ext/Pod-Html/t/crossref2.t
index 8e18647..536cfbb 100644
--- a/ext/Pod-Html/t/crossref2.t
+++ b/ext/Pod-Html/t/crossref2.t
@@ -36,7 +36,7 @@ __DATA__
 <link rev="made" href="mailto:[PERLADMIN]"; />
 </head>
 
-<body style="background-color: white">
+<body>
 
 
 
diff --git a/ext/Pod-Html/t/crossref3.t b/ext/Pod-Html/t/crossref3.t
index ff190f4..ab8f055 100644
--- a/ext/Pod-Html/t/crossref3.t
+++ b/ext/Pod-Html/t/crossref3.t
@@ -36,7 +36,7 @@ __DATA__
 <link rev="made" href="mailto:[PERLADMIN]"; />
 </head>
 
-<body style="background-color: white">
+<body>
 
 
 
diff --git a/ext/Pod-Html/t/feature2.t b/ext/Pod-Html/t/feature2.t
index 920f310..0cc0072 100644
--- a/ext/Pod-Html/t/feature2.t
+++ b/ext/Pod-Html/t/feature2.t
@@ -41,9 +41,9 @@ __DATA__
 <link rev="made" href="mailto:[PERLADMIN]"; />
 </head>
 
-<body id="_podtop_" style="background-color: white">
+<body id="_podtop_">
 <table border="0" width="100%" cellspacing="0" cellpadding="3">
-<tr><td class="_podblock_" style="background-color: #cccccc" valign="middle">
+<tr><td class="_podblock_" style="background-color: #cccccc; color: #000" 
valign="middle">
 <big><strong><span class="_podblock_">&nbsp;</span></strong></big>
 </td></tr>
 </table>
@@ -70,7 +70,7 @@ some html
 <p>some text and a link <a>crossref</a></p>
 
 <table border="0" width="100%" cellspacing="0" cellpadding="3">
-<tr><td class="_podblock_" style="background-color: #cccccc" valign="middle">
+<tr><td class="_podblock_" style="background-color: #cccccc; color: #000" 
valign="middle">
 <big><strong><span class="_podblock_">&nbsp;</span></strong></big>
 </td></tr>
 </table>
diff --git a/ext/Pod-Html/t/htmldir1.t b/ext/Pod-Html/t/htmldir1.t
index 8dd2854..6a0857b 100644
--- a/ext/Pod-Html/t/htmldir1.t
+++ b/ext/Pod-Html/t/htmldir1.t
@@ -57,7 +57,7 @@ __DATA__
 <link rev="made" href="mailto:[PERLADMIN]"; />
 </head>
 
-<body style="background-color: white">
+<body>
 
 
 
diff --git a/ext/Pod-Html/t/htmldir2.t b/ext/Pod-Html/t/htmldir2.t
index d1add48..d9aab5e 100644
--- a/ext/Pod-Html/t/htmldir2.t
+++ b/ext/Pod-Html/t/htmldir2.t
@@ -44,7 +44,7 @@ __DATA__
 <link rev="made" href="mailto:[PERLADMIN]"; />
 </head>
 
-<body style="background-color: white">
+<body>
 
 
 
diff --git a/ext/Pod-Html/t/htmldir3.t b/ext/Pod-Html/t/htmldir3.t
index 184b5c6..8006bf0 100644
--- a/ext/Pod-Html/t/htmldir3.t
+++ b/ext/Pod-Html/t/htmldir3.t
@@ -53,7 +53,7 @@ __DATA__
 <link rev="made" href="mailto:[PERLADMIN]"; />
 </head>
 
-<body style="background-color: white">
+<body>
 
 
 
diff --git a/ext/Pod-Html/t/htmldir4.t b/ext/Pod-Html/t/htmldir4.t
index 1ebcecd..31e7bde 100644
--- a/ext/Pod-Html/t/htmldir4.t
+++ b/ext/Pod-Html/t/htmldir4.t
@@ -39,7 +39,7 @@ __DATA__
 <link rev="made" href="mailto:[PERLADMIN]"; />
 </head>
 
-<body style="background-color: white">
+<body>
 
 
 
diff --git a/ext/Pod-Html/t/htmldir5.t b/ext/Pod-Html/t/htmldir5.t
index d9b6a6b..820590f 100644
--- a/ext/Pod-Html/t/htmldir5.t
+++ b/ext/Pod-Html/t/htmldir5.t
@@ -42,7 +42,7 @@ __DATA__
 <link rev="made" href="mailto:[PERLADMIN]"; />
 </head>
 
-<body style="background-color: white">
+<body>
 
 
 
diff --git a/ext/Pod-Html/t/htmlescp.t b/ext/Pod-Html/t/htmlescp.t
index 30c75b4..bb85e83 100644
--- a/ext/Pod-Html/t/htmlescp.t
+++ b/ext/Pod-Html/t/htmlescp.t
@@ -19,7 +19,7 @@ __DATA__
 <link rev="made" href="mailto:[PERLADMIN]"; />
 </head>
 
-<body style="background-color: white">
+<body>
 
 
 
diff --git a/ext/Pod-Html/t/htmllink.t b/ext/Pod-Html/t/htmllink.t
index 9c26dbf..b13bf0c 100644
--- a/ext/Pod-Html/t/htmllink.t
+++ b/ext/Pod-Html/t/htmllink.t
@@ -19,7 +19,7 @@ __DATA__
 <link rev="made" href="mailto:[PERLADMIN]"; />
 </head>
 
-<body style="background-color: white">
+<body>
 
 
 
diff --git a/ext/Pod-Html/t/htmlview.t b/ext/Pod-Html/t/htmlview.t
index 0fb36cf..792df93 100644
--- a/ext/Pod-Html/t/htmlview.t
+++ b/ext/Pod-Html/t/htmlview.t
@@ -19,7 +19,7 @@ __DATA__
 <link rev="made" href="mailto:[PERLADMIN]"; />
 </head>
 
-<body style="background-color: white">
+<body>
 
 
 
diff --git a/ext/Pod-Html/t/poderr.t b/ext/Pod-Html/t/poderr.t
index 456810c..f83057e 100644
--- a/ext/Pod-Html/t/poderr.t
+++ b/ext/Pod-Html/t/poderr.t
@@ -19,7 +19,7 @@ __DATA__
 <link rev="made" href="mailto:[PERLADMIN]"; />
 </head>
 
-<body style="background-color: white">
+<body>
 
 
 
diff --git a/ext/Pod-Html/t/podnoerr.t b/ext/Pod-Html/t/podnoerr.t
index cb74812..b49a3ac 100644
--- a/ext/Pod-Html/t/podnoerr.t
+++ b/ext/Pod-Html/t/podnoerr.t
@@ -21,7 +21,7 @@ __DATA__
 <link rev="made" href="mailto:[PERLADMIN]"; />
 </head>
 
-<body style="background-color: white">
+<body>
 
 
 

--
Perl5 Master Repository

Reply via email to