freebsd-ports/mail/p5-Mail-RBL/files/patch-Makefile.PL
Ying-Chieh Liao 2157ceb0bf add p5-Mail-RBL 1.00
Perl extension to access RBL-style host verification services

PR:		40968
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2002-08-05 04:32:09 +00:00

10 lines
331 B
Perl

--- Makefile.PL.orig Thu Jul 25 10:12:25 2002
+++ Makefile.PL Thu Jul 25 10:12:25 2002
@@ -3,6 +3,6 @@
# the contents of the Makefile that is written.
WriteMakefile(
'NAME' => 'Mail::RBL',
- 'VERSION_FROM' => 'RBL.pm', # finds $VERSION
+ 'VERSION' => '1.00',
'PREREQ_PM' => {}, # e.g., Module::Name => 1.1
);