summaryrefslogtreecommitdiffstats
path: root/finance
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-04-13 10:38:29 +0000
committeredwin <edwin@FreeBSD.org>2003-04-13 10:38:29 +0000
commit47f335312db45ccb7b69e56d5b992643b07f0e16 (patch)
tree36374f363933ddf9025e0667f4ff1b9614d99947 /finance
parente5017932d67cb83fd69c8dcea2ce52f1e882c87a (diff)
downloadFreeBSD-ports-47f335312db45ccb7b69e56d5b992643b07f0e16.zip
FreeBSD-ports-47f335312db45ccb7b69e56d5b992643b07f0e16.tar.gz
(should have done this with ports/50849
Diffstat (limited to 'finance')
-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 0000000..6d707ba
--- /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{$_}++;
+ }
OpenPOWER on IntegriCloud