diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-13 10:38:29 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-13 10:38:29 +0000 |
commit | 8ff2b33595af3c85dc0ccb8678e5b4f77ec8d6c4 (patch) | |
tree | e8977a79c5a3271cd03433905a1ffb5a1870ce47 /finance/p5-Business-OnlinePayment-SurePay | |
parent | 29b1b503dba1338f2cfb0af561c0d77dd965c520 (diff) | |
download | ports-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.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{$_}++; + } |