diff options
author | tobez <tobez@FreeBSD.org> | 2003-01-30 03:43:59 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2003-01-30 03:43:59 +0800 |
commit | b1d6c3e3b81851f1b3c5d3b4d32f9fe8e6514ac8 (patch) | |
tree | e1bb9794e56b924fa3c80d552106806ce1de6721 /devel | |
parent | c11a0d2a4cb65826f963379918c430694c34b865 (diff) | |
download | freebsd-ports-gnome-b1d6c3e3b81851f1b3c5d3b4d32f9fe8e6514ac8.tar.gz freebsd-ports-gnome-b1d6c3e3b81851f1b3c5d3b4d32f9fe8e6514ac8.tar.zst freebsd-ports-gnome-b1d6c3e3b81851f1b3c5d3b4d32f9fe8e6514ac8.zip |
Make this module install cleanly with perl 5.8.0.
Submitted by: Stijn Hoop <stijn@win.tue.nl>
PR: 46560
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Data-ShowTable/files/patch-ShowTable.pm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/p5-Data-ShowTable/files/patch-ShowTable.pm b/devel/p5-Data-ShowTable/files/patch-ShowTable.pm new file mode 100644 index 000000000000..6e59fbb59e40 --- /dev/null +++ b/devel/p5-Data-ShowTable/files/patch-ShowTable.pm @@ -0,0 +1,13 @@ +$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 |