Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Email-ARF CPAN distribution.

Report information
The Basics
Id: 65923
Status: rejected
Priority: 0/
Queue: Email-ARF

People
Owner: Nobody in particular
Requestors: MSTEVENS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: (no value)
Fixed in: (no value)



Subject: Minor pod lint
Subject: 0001-Minor-pod-fixes-to-pass-podchecker.patch
From 34fc3bb2f26b23a4a406fd770349cf2708289e95 Mon Sep 17 00:00:00 2001 From: Michael Stevens <mstevens@etla.org> Date: Sat, 19 Feb 2011 20:45:12 +0000 Subject: [PATCH] Minor pod fixes to pass podchecker. --- lib/Email/ARF/Report.pm | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/lib/Email/ARF/Report.pm b/lib/Email/ARF/Report.pm index db10ce5..6d1e72f 100644 --- a/lib/Email/ARF/Report.pm +++ b/lib/Email/ARF/Report.pm @@ -45,7 +45,7 @@ offending message. =head1 METHODS -=head3 new +=head2 new my $report = Email::ARF::Report->new($message); @@ -262,8 +262,12 @@ sub field { =head2 feedback_type +Feedback type. + =head2 user_agent +User agent. + =head2 arf_version These methods are shorthand for retrieving the fields of the same name, except -- 1.7.3.5
I don't want to add superfluous text to suppress a bogus warning. The "new" method one has already been fixed. -- rjbs