Front page | perl.perl5.porters |
Postings from April 2000
PATCH: lib/Pod/Man.pm
Thread Previous
|
Thread Next
From:
Tom Christiansen
Date:
April 30, 2000 20:15
Subject:
PATCH: lib/Pod/Man.pm
Message ID:
619.957150923@chthon
You broke roffitall! (which, I see, has not been kept up to date.)
You can't--at least under groff--put whitespace between the
two dots to finish a definition. Otherwise you get:
error: end of file while defining macro `IX'
This fixes it.
--tom
--- lib/Pod/Man.pm Sun Mar 19 01:46:32 2000
+++ /tmp/lib/Pod/Man.pm Sun Apr 30 21:12:18 2000
@@ -110,7 +110,7 @@
.if \nF \{\
. de IX
. tm Index:\\$1\t\\n%\t"\\$2"
-. .
+..
. nr % 0
. rr F
.\}
Thread Previous
|
Thread Next