mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
- Bump PORTREVISION for package change PR: 239855 Submitted by: grembo Reference: http://debian.2.n7.nabble.com/Bug-461709-usr-sbin-spamd-spf-lookup-failed-Can-t-locate-object-method-quot-new-quot-via-package-quo-td492057.html https://rt.cpan.org/Public/Bug/Display.html?id=130299
10 lines
259 B
Perl
10 lines
259 B
Perl
--- lib/Mail/SPF/Record.pm.orig 2013-07-22 03:52:32 UTC
|
|
+++ lib/Mail/SPF/Record.pm
|
|
@@ -206,6 +206,7 @@ sub parse_version_tag {
|
|
|
|
sub parse_term {
|
|
my ($self) = @_;
|
|
+ require Mail::SPF::Mech;
|
|
if (
|
|
$self->{parse_text} =~ s/
|
|
^
|