Subject: | POD errors |
The attached patch fixes invalid POD, which causes errors in pod2man output (for example).
Cheers,
Dominic.
Subject: | 0002-Fix-invalid-POD.patch |
From bcc86f7905c1e2885572359684b8495dde6c779e Mon Sep 17 00:00:00 2001
From: Dominic Hargreaves <dom@earth.li>
Date: Tue, 25 Aug 2015 11:16:07 +0100
Subject: [PATCH 2/2] Fix invalid POD
Patch-Name: pod_fixes.patch
---
lib/RT/Extension/SMSNotify.pm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/RT/Extension/SMSNotify.pm b/lib/RT/Extension/SMSNotify.pm
index 1140178..147d24b 100644
--- a/lib/RT/Extension/SMSNotify.pm
+++ b/lib/RT/Extension/SMSNotify.pm
@@ -186,7 +186,7 @@ or to send direct to a specified phone number:
rt-crontool --search RT::Search::FromSQL --search-arg 'Id = 1033' --action RT::Action::SMSNotify --action-arg "p:+1234123132" --template 'SLA Alert SMS'
-=head TEMPLATES
+=head1 TEMPLATES
Unlike email templates, your SMS templates don't need a header. RT will
complain if you don't leave the first line blank in your template as it thinks
@@ -213,7 +213,7 @@ For example, a template for due date alerting could be:
Craig Ringer <craig@2ndquadrant.com>
-=COPYRIGHT
+=head1 COPYRIGHT
Copyright 2013 Craig Ringer
--
2.1.4