aboutsummaryrefslogtreecommitdiff
path: root/finance/p5-Business-OnlinePayment-SurePay
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-04-13 10:38:29 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-04-13 10:38:29 +0000
commit8ff2b33595af3c85dc0ccb8678e5b4f77ec8d6c4 (patch)
treee8977a79c5a3271cd03433905a1ffb5a1870ce47 /finance/p5-Business-OnlinePayment-SurePay
parent29b1b503dba1338f2cfb0af561c0d77dd965c520 (diff)
downloadports-8ff2b33595af3c85dc0ccb8678e5b4f77ec8d6c4.tar.gz
ports-8ff2b33595af3c85dc0ccb8678e5b4f77ec8d6c4.zip
Notes
Diffstat (limited to 'finance/p5-Business-OnlinePayment-SurePay')
-rw-r--r--finance/p5-Business-OnlinePayment-SurePay/files/patch-SurePay.pm11
1 files changed, 11 insertions, 0 deletions
diff --git a/finance/p5-Business-OnlinePayment-SurePay/files/patch-SurePay.pm b/finance/p5-Business-OnlinePayment-SurePay/files/patch-SurePay.pm
new file mode 100644
index 000000000000..6d707baaa0f3
--- /dev/null
+++ b/finance/p5-Business-OnlinePayment-SurePay/files/patch-SurePay.pm
@@ -0,0 +1,11 @@
+--- SurePay.pm.orig Sat Apr 12 10:25:20 2003
++++ SurePay.pm Sat Apr 12 10:25:35 2003
+@@ -152,7 +152,7 @@
+
+ use strict;
+
+-our (%_Valid_Type,%_Valid_Field);
++use vars qw(%_Valid_Type %_Valid_Field);
+ foreach (qw( billing shipping )) {
+ $_Valid_Type{$_}++;
+ }