Bugzilla – Attachment 40413 Details for
Bug 14421
Small error in example in SMS.pm
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14421: Corrected example in SMS.pm to working version with hashref.
Bug-14421-Corrected-example-in-SMSpm-to-working-ve.patch (text/plain), 1.08 KB, created by
Jonathan Druart
on 2015-06-19 16:01:07 UTC
(
hide
)
Description:
Bug 14421: Corrected example in SMS.pm to working version with hashref.
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-06-19 16:01:07 UTC
Size:
1.08 KB
patch
obsolete
>From 6d3e194727ae03d1bf8c58c6e769b10a4a6a4a61 Mon Sep 17 00:00:00 2001 >From: Eivin Giske Skaaren <eskaaren@yahoo.no> >Date: Fri, 19 Jun 2015 13:08:29 +0200 >Subject: [PATCH] Bug 14421: Corrected example in SMS.pm to working version > with hashref. > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> > >Test: >1) Apply patch >2) perldoc C4/SMS.pm >3) Check fixed argument in example > >Argument is hashref, POD is now right >Added additional space on second arg >No errors > >Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org> >--- > C4/SMS.pm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/C4/SMS.pm b/C4/SMS.pm >index 9b8a24e..1cd67b9 100644 >--- a/C4/SMS.pm >+++ b/C4/SMS.pm >@@ -23,8 +23,8 @@ C4::SMS - send SMS messages > > =head1 SYNOPSIS > >-my $success = C4::SMS->send_sms( message => 'This is my text message', >- destination => '212-555-1212' ); >+my $success = C4::SMS->send_sms({ message => 'This is my text message', >+ destination => '212-555-1212' }); > > =head1 DESCRIPTION > >-- >2.1.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 14421
:
40363
|
40384
| 40413