freebsd-ports/devel/p5-Data-ShowTable/files/patch-ShowTable.pm
Anton Berezin 8b0caf14e6 Make this module install cleanly with perl 5.8.0.
Submitted by:	Stijn Hoop <stijn@win.tue.nl>
PR:		46560
2003-01-29 19:43:59 +00:00

13 lines
572 B
Perl

$FreeBSD$
--- ShowTable.pm.orig Sun Mar 2 23:04:50 1997
+++ ShowTable.pm Fri Dec 27 16:25:33 2002
@@ -721,7 +721,7 @@
S< >B<ShowHTMLTable> I<\@titles>, I<\@types>, I<\@widths>, I<\&row_sub>
[, I<\&fmt_sub> [, I<$max_width> [, I<\%URL_Keys> [, I<$no_escape>
-[, I<\@title_formats [, I<\@data_formats [, I<$table_attrs> ] ] ] ] ] ] ];
+[, I<\@title_formats> [, I<\@data_formats> [, I<$table_attrs> ] ] ] ] ] ] ];
The B<ShowHTMLTable> displays one or more rows of columns of data using
the HTML C<\<TABLE\>> feature. In addition to the usual parameter arguments