Subject: | Minor pod lint |
Minor pod fixes to pass podchecker.
In github at:
https://github.com/mstevens/email-arf/commit/34fc3bb2f26b23a4a406fd770349cf2708289e95
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