diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-09-07 19:46:36 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-09-09 15:27:40 +0200 |
commit | ff4d1c759b55451e5faf2cebeff50819565eafc2 (patch) | |
tree | 1e227e936c8bd4bcf7ed211d7ae1af73f0dd58e3 /dev-perl/Data-ShowTable | |
parent | dev-perl/Crypt-DSA: remove unused patch. (diff) | |
download | gentoo-ff4d1c759b55451e5faf2cebeff50819565eafc2.tar.gz gentoo-ff4d1c759b55451e5faf2cebeff50819565eafc2.tar.bz2 gentoo-ff4d1c759b55451e5faf2cebeff50819565eafc2.zip |
dev-perl/Data-ShowTable: remove unused patch.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-perl/Data-ShowTable')
-rw-r--r-- | dev-perl/Data-ShowTable/files/3.3.patch | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-perl/Data-ShowTable/files/3.3.patch b/dev-perl/Data-ShowTable/files/3.3.patch deleted file mode 100644 index 4a9e2d402125..000000000000 --- a/dev-perl/Data-ShowTable/files/3.3.patch +++ /dev/null @@ -1,39 +0,0 @@ ---- showtable -+++ showtable -@@ -1,4 +1,4 @@ --#!/usr/bin/perl5 -+#!/usr/bin/perl - # showtable - read data and show it - # - # Copyright (C) 1996,1997 Alan K. Stebbens <aks@sgi.com> ---- ShowTable.pm -+++ ShowTable.pm -@@ -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 ---- t/Test-Setup.pl -+++ t/Test-Setup.pl -@@ -19,7 +19,7 @@ - - sub talk { print STDERR @_; } - --sub start_tests { -+sub start_tests($) { - my $count = shift; # how many tests? - mkdir("$testdir/out",0755) unless -d "$testdir/out"; - print "1..$count\n"; # tell harness how many tests -@@ -50,7 +50,7 @@ - - # run_test $num, \⊂ - --sub run_test { -+sub run_test($&) { - my $num = shift; - my $sub = shift; - |