summaryrefslogtreecommitdiff
path: root/japanese/perl5/files/patch-lib:CGI.pm
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-11-28 09:19:01 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-11-28 09:19:01 +0000
commit127f0f78f6f797eb8052ae373c36efecfb32d279 (patch)
tree3446bfabe3f012c4d2acba7a37443627e8b6bf0a /japanese/perl5/files/patch-lib:CGI.pm
parent- Update to 1.12 (diff)
2012-11-27 graphics/morpheus: Depends on the expired gtkglarea
2012-11-27 devel/jakarta-commons-chain: Depends on the expired devel/portlet-api 2012-11-27 math/p5-Math-LinearCombination: Depends on the expired p5-Class-Field 2012-11-26 x11/padkey: No more public distfiles 2012-11-26 japanese/gicq: No more public distfiles and development ceased 2012-11-26 www/momspider: No more public distfiles 2012-11-26 japanese/perl5: Recent perl supports correctly japanese, consider using them 2012-11-26 sysutils/fuser: No more public distfiles 2012-11-26 textproc/ascii2pdf: No more public distfiles Feature safe: yes
Notes
Notes: svn path=/head/; revision=307894
Diffstat (limited to 'japanese/perl5/files/patch-lib:CGI.pm')
-rw-r--r--japanese/perl5/files/patch-lib:CGI.pm13
1 files changed, 0 insertions, 13 deletions
diff --git a/japanese/perl5/files/patch-lib:CGI.pm b/japanese/perl5/files/patch-lib:CGI.pm
deleted file mode 100644
index f805d374c336..000000000000
--- a/japanese/perl5/files/patch-lib:CGI.pm
+++ /dev/null
@@ -1,13 +0,0 @@
---- lib/CGI.pm.orig Fri Feb 12 09:05:57 1999
-+++ lib/CGI.pm Sat Oct 4 01:14:41 2003
-@@ -1413,8 +1413,8 @@
-
- $method = $method || 'POST';
- $enctype = $enctype || &URL_ENCODED;
-- $action = $action ? qq/ACTION="$action"/ : $method eq 'GET' ?
-- 'ACTION="'.$self->script_name.'"' : '';
-+ $action = $action ? 'ACTION="'.$self->escapeHTML($action).'"' : $method eq 'GET' ?
-+ 'ACTION="'.$self->escapeHTML($self->script_name).'"' : '';
- my($other) = @other ? " @other" : '';
- $self->{'.parametersToAdd'}={};
- return qq/<FORM METHOD="$method" $action ENCTYPE="$enctype"$other>\n/;