1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
From 4d2c2629b14e781d883e67e7f95a850382dd89d7 Mon Sep 17 00:00:00 2001
From: Dominic Hargreaves <dom@earth.li>
Date: Tue, 25 Aug 2015 11:16:07 +0100
Subject: Fix invalid POD
Patch-Name: pod_fixes.patch
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=106650
---
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
|