diff options
author | edwin <edwin@FreeBSD.org> | 2003-04-13 18:38:29 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-04-13 18:38:29 +0800 |
commit | 47f335312db45ccb7b69e56d5b992643b07f0e16 (patch) | |
tree | 36374f363933ddf9025e0667f4ff1b9614d99947 /finance/p5-Business-OnlinePayment-SurePay | |
parent | e5017932d67cb83fd69c8dcea2ce52f1e882c87a (diff) | |
download | freebsd-ports-gnome-47f335312db45ccb7b69e56d5b992643b07f0e16.tar.gz freebsd-ports-gnome-47f335312db45ccb7b69e56d5b992643b07f0e16.tar.zst freebsd-ports-gnome-47f335312db45ccb7b69e56d5b992643b07f0e16.zip |
(should have done this with ports/50849
Diffstat (limited to 'finance/p5-Business-OnlinePayment-SurePay')
-rw-r--r-- | finance/p5-Business-OnlinePayment-SurePay/files/patch-SurePay.pm | 11 |
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{$_}++; + } |