Attached are the diffs between lib/Pod/t/basic.cap and t/cap.out from
hpux, linux, and tru64.  In Solaris the cap test succeeds.  Unless
some portability simplifications are done to the cap test, I think
it's rather untestable -- I'll remove the cap test for the next snapshot.

-- 
$jhi++; # http://www.iki.fi/jhi/
        # There is this special biologist word we use for 'stable'.
        # It is 'dead'. -- Jack Cohen
--- lib/Pod/t/basic.cap Fri Nov 23 18:15:49 2001
+++ t/out.cap   Fri Nov 23 19:06:03 2001
@@ -1,32 +1,32 @@
-NAME
+2NAME2
     basic.pod - Test of various basic POD features in translators.
 
-HEADINGS
+2HEADINGS2
     Try a few different levels of headings, with embedded formatting codes and
     other interesting bits.
 
-This "is" a "level 1" heading
-  ``Level'' "2 heading
-   Level 3 heading with "weird stuff "" (double quote)"
+2This "is" a "level 1" heading2
+  2``Level'' "2 2heading22
+   Level 3 2heading 2with "weird stuff "" (double quote)"22
    Level "4 "heading"
-    Now try again with intermixed text.
+    Now try again with 2intermixed2 text.
 
-This "is" a "level 1" heading
+2This "is" a "level 1" heading2
     Text.
 
-  ``Level'' 2 heading
+  2``Level'' 2 2heading22
     Text.
 
-   Level 3 heading with "weird stuff"
+   Level 3 2heading 2with "weird stuff"22
     Text.
 
    Level "4 "heading"
     Text.
 
-LINKS
+2LINKS2
     These are all taken from the Pod::Parser tests.
 
-    Try out LOTS of different ways of specifying references:
+    Try out 2LOTS2 of different ways of specifying references:
 
     Reference the "section" in manpage
 
@@ -98,15 +98,15 @@
 
     foobar
 
-    Testing italics
+    Testing 2italics2
 
-    "Italic text" in foo
+    "2Italic2 text" in foo
 
-    "Section "with" other markup" in foo|bar
+    "Section "with" 22other2 markup2" in foo|bar
 
     Nested <http://www.perl.org/>
 
-OVER AND ITEMS
+2OVER AND ITEMS2
     Taken from Pod::Parser tests, this is a test to ensure that multiline
     =item paragraphs get indented appropriately.
 
@@ -136,7 +136,7 @@
     one paragraph are properly compacted.
 
     "foo"
-    bar
+    2bar2
     "baz"
         There shouldn't be any spaces between any of these item tags; this
         idiom is used in perlfunc.
@@ -183,7 +183,7 @@
 
     2.  Second item.
 
-FORMATTING CODES
+2FORMATTING CODES2
     Another test taken from Pod::Parser.
 
     This is a test to see if I can do not only $self and "method()", but also
@@ -195,7 +195,7 @@
     And I also want to make sure that newlines work like this "$self->{FOOBAR}
     >> 3 and [$b => $a]->[$a <=> $b]"
 
-    Of course I should still be able to do all this with escape sequences too:
+    Of course I should still be able to do all this 2with2 escape sequences 
+too:
     "$self->method()" and "$self->{FIELDNAME}" and "{FOO=>BAR}".
 
     Dont forget "$self->method()->{FIELDNAME} = {FOO=>BAR}".
@@ -210,12 +210,12 @@
     Lets make sure these work for empty ones too, like and ">>" (just to be
     obnoxious)
 
-    The statement: "This is dog kind's finest hour!" is a parody of a
+    The statement: "This is dog kind's 2finest2 hour!" is a parody of a
     quotation from Winston Churchill.
 
     The following tests are added to those:
 
-    Make sure that a few other odd things still work. This should be a
+    Make sure that a few other odd 2things2 still work. This should be a
     vertical bar: |. Here's a test of a few more special escapes that have to
     be supported:
 
@@ -239,7 +239,7 @@
 
     This is a test of an index entry.
 
-VERBATIM
+2VERBATIM2
     Throw in a few verbatim paragraphs.
 
         use Term::ANSIColor;
--- lib/Pod/t/basic.cap Fri Nov 23 18:15:49 2001
+++ t/out.cap   Fri Nov 23 18:51:40 2001
@@ -1,32 +1,32 @@
-NAME
+NAME
     basic.pod - Test of various basic POD features in translators.
 
-HEADINGS
+HEADINGS
     Try a few different levels of headings, with embedded formatting codes and
     other interesting bits.
 
-This "is" a "level 1" heading
-  ``Level'' "2 heading
-   Level 3 heading with "weird stuff "" (double quote)"
+This "is" a "level 1" heading
+  ``Level'' "2 heading
+   Level 3 heading with "weird stuff "" (double quote)"
    Level "4 "heading"
-    Now try again with intermixed text.
+    Now try again with intermixed text.
 
-This "is" a "level 1" heading
+This "is" a "level 1" heading
     Text.
 
-  ``Level'' 2 heading
+  ``Level'' 2 heading
     Text.
 
-   Level 3 heading with "weird stuff"
+   Level 3 heading with "weird stuff"
     Text.
 
    Level "4 "heading"
     Text.
 
-LINKS
+LINKS
     These are all taken from the Pod::Parser tests.
 
-    Try out LOTS of different ways of specifying references:
+    Try out LOTS of different ways of specifying references:
 
     Reference the "section" in manpage
 
@@ -98,15 +98,15 @@
 
     foobar
 
-    Testing italics
+    Testing italics
 
-    "Italic text" in foo
+    "Italic text" in foo
 
-    "Section "with" other markup" in foo|bar
+    "Section "with" other markup" in foo|bar
 
     Nested <http://www.perl.org/>
 
-OVER AND ITEMS
+OVER AND ITEMS
     Taken from Pod::Parser tests, this is a test to ensure that multiline
     =item paragraphs get indented appropriately.
 
@@ -136,7 +136,7 @@
     one paragraph are properly compacted.
 
     "foo"
-    bar
+    bar
     "baz"
         There shouldn't be any spaces between any of these item tags; this
         idiom is used in perlfunc.
@@ -183,7 +183,7 @@
 
     2.  Second item.
 
-FORMATTING CODES
+FORMATTING CODES
     Another test taken from Pod::Parser.
 
     This is a test to see if I can do not only $self and "method()", but also
@@ -195,7 +195,7 @@
     And I also want to make sure that newlines work like this "$self->{FOOBAR}
     >> 3 and [$b => $a]->[$a <=> $b]"
 
-    Of course I should still be able to do all this with escape sequences too:
+    Of course I should still be able to do all this with escape sequences too:
     "$self->method()" and "$self->{FIELDNAME}" and "{FOO=>BAR}".
 
     Dont forget "$self->method()->{FIELDNAME} = {FOO=>BAR}".
@@ -210,12 +210,12 @@
     Lets make sure these work for empty ones too, like and ">>" (just to be
     obnoxious)
 
-    The statement: "This is dog kind's finest hour!" is a parody of a
+    The statement: "This is dog kind's finest hour!" is a parody of a
     quotation from Winston Churchill.
 
     The following tests are added to those:
 
-    Make sure that a few other odd things still work. This should be a
+    Make sure that a few other odd things still work. This should be a
     vertical bar: |. Here's a test of a few more special escapes that have to
     be supported:
 
@@ -239,7 +239,7 @@
 
     This is a test of an index entry.
 
-VERBATIM
+VERBATIM
     Throw in a few verbatim paragraphs.
 
         use Term::ANSIColor;
--- lib/Pod/t/basic.cap Fri Nov 23 18:15:49 2001
+++ t/out.cap   Fri Nov 23 19:45:58 2001
@@ -1,32 +1,32 @@
-NAME
+2NAME2
     basic.pod - Test of various basic POD features in translators.
 
-HEADINGS
+2HEADINGS2
     Try a few different levels of headings, with embedded formatting codes and
     other interesting bits.
 
-This "is" a "level 1" heading
-  ``Level'' "2 heading
-   Level 3 heading with "weird stuff "" (double quote)"
+2This "is" a "level 1" heading2
+  2``Level'' "2 2heading22
+   Level 3 2heading 2with "weird stuff "" (double quote)"22
    Level "4 "heading"
-    Now try again with intermixed text.
+    Now try again with 2intermixed2 text.
 
-This "is" a "level 1" heading
+2This "is" a "level 1" heading2
     Text.
 
-  ``Level'' 2 heading
+  2``Level'' 2 2heading22
     Text.
 
-   Level 3 heading with "weird stuff"
+   Level 3 2heading 2with "weird stuff"22
     Text.
 
    Level "4 "heading"
     Text.
 
-LINKS
+2LINKS2
     These are all taken from the Pod::Parser tests.
 
-    Try out LOTS of different ways of specifying references:
+    Try out 2LOTS2 of different ways of specifying references:
 
     Reference the "section" in manpage
 
@@ -98,15 +98,15 @@
 
     foobar
 
-    Testing italics
+    Testing 2italics2
 
-    "Italic text" in foo
+    "2Italic2 text" in foo
 
-    "Section "with" other markup" in foo|bar
+    "Section "with" 22other2 markup2" in foo|bar
 
     Nested <http://www.perl.org/>
 
-OVER AND ITEMS
+2OVER AND ITEMS2
     Taken from Pod::Parser tests, this is a test to ensure that multiline
     =item paragraphs get indented appropriately.
 
@@ -136,7 +136,7 @@
     one paragraph are properly compacted.
 
     "foo"
-    bar
+    2bar2
     "baz"
         There shouldn't be any spaces between any of these item tags; this
         idiom is used in perlfunc.
@@ -183,7 +183,7 @@
 
     2.  Second item.
 
-FORMATTING CODES
+2FORMATTING CODES2
     Another test taken from Pod::Parser.
 
     This is a test to see if I can do not only $self and "method()", but also
@@ -195,7 +195,7 @@
     And I also want to make sure that newlines work like this "$self->{FOOBAR}
     >> 3 and [$b => $a]->[$a <=> $b]"
 
-    Of course I should still be able to do all this with escape sequences too:
+    Of course I should still be able to do all this 2with2 escape sequences 
+too:
     "$self->method()" and "$self->{FIELDNAME}" and "{FOO=>BAR}".
 
     Dont forget "$self->method()->{FIELDNAME} = {FOO=>BAR}".
@@ -210,12 +210,12 @@
     Lets make sure these work for empty ones too, like and ">>" (just to be
     obnoxious)
 
-    The statement: "This is dog kind's finest hour!" is a parody of a
+    The statement: "This is dog kind's 2finest2 hour!" is a parody of a
     quotation from Winston Churchill.
 
     The following tests are added to those:
 
-    Make sure that a few other odd things still work. This should be a
+    Make sure that a few other odd 2things2 still work. This should be a
     vertical bar: |. Here's a test of a few more special escapes that have to
     be supported:
 
@@ -239,7 +239,7 @@
 
     This is a test of an index entry.
 
-VERBATIM
+2VERBATIM2
     Throw in a few verbatim paragraphs.
 
         use Term::ANSIColor;

Reply via email to