freebsd-ports/finance/p5-Business-WorldPay-Junior/files/patch-Makefile.PL
Edwin Groothuis 7377d958bf Security update to p5-Business-OnlinePayment-WorldPay-Junior-1.03
In the words of the author:
	"Please be advised that I have today made an important
	security update to the module to fix a serious, remotely
	exploitable, bug in the module.

	I have also renamed the module today to avoid namespace
	conflicts with the Business::OnlinePayment API."

	Requested by: Jason Clifford <jason@ukpost.com> (author)

PR:		ports/50017
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2003-04-04 01:30:59 +00:00

13 lines
565 B
Perl

--- Makefile.PL.orig Fri Mar 14 11:35:10 2003
+++ Makefile.PL Sat Mar 15 10:40:05 2003
@@ -3,9 +3,6 @@
# the contents of the Makefile that is written.
WriteMakefile(
'NAME' => 'Business::WorldPay::Junior',
- 'VERSION_FROM' => 'Junior.pm', # finds $VERSION
+ 'VERSION' => '1.06',
'PREREQ_PM' => {}, # e.g., Module::Name => 1.1
- ($] >= 5.005 ? ## Add these new keywords supported since 5.005
- (ABSTRACT_FROM => 'Junior.pm', # retrieve abstract from module
- AUTHOR => 'Jason Clifford <jason@jasonclifford.com>') : ()),
);