Bug 24066

Summary: Koha::Patron->has_permission has no POD
Product: Koha Reporter: Martin Renvoize <martin.renvoize>
Component: Architecture, internals, and plumbingAssignee: Martin Renvoize <martin.renvoize>
Status: CLOSED FIXED QA Contact: Marcel de Rooy <m.de.rooy>
Severity: enhancement    
Priority: P5 - low CC: 1joynelson, m.de.rooy
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: String patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
20.05.00
Bug Depends on:    
Bug Blocks: 17454    
Attachments: Bug 24066: Add missing POD for has_permission
Bug 24066: Add missing POD for has_permission
Bug 24066: Add missing POD for has_permission

Description Martin Renvoize 2019-11-19 14:01:05 UTC
As the title says, Missing POD for Koha::Patron object.
Comment 1 Martin Renvoize 2019-11-19 14:04:14 UTC
Created attachment 95552 [details] [review]
Bug 24066: Add missing POD for has_permission
Comment 2 Bernardo Gonzalez Kriegel 2020-02-26 19:12:08 UTC
Created attachment 99673 [details] [review]
Bug 24066: Add missing POD for has_permission

To test:
1) do perldoc Koha/Patron.pm
   search has_permission

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Fixed (removed) space before 'my $permission' to make it similar to
other entries.
No errors
Comment 3 Martin Renvoize 2020-02-26 22:10:08 UTC
Thanks Bernardo..

Hmm, perhaps I should do an indent on the rest of the aPOD entriws.. the indentation is actually a POD formatting thing, it denotes 'codeblock'
Comment 4 Marcel de Rooy 2020-03-06 11:26:22 UTC
=POD
See also
=cut

Great! :)
Comment 5 Marcel de Rooy 2020-03-06 11:27:03 UTC
Created attachment 100251 [details] [review]
Bug 24066: Add missing POD for has_permission

To test:
1) do perldoc Koha/Patron.pm
   search has_permission

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Fixed (removed) space before 'my $permission' to make it similar to
other entries.
No errors

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Comment 6 Martin Renvoize 2020-03-06 15:04:23 UTC
Nice work everyone!

Pushed to master for 20.05
Comment 7 Joy Nelson 2020-04-02 16:28:04 UTC
I encounter a qa error with this patch
 FAIL   Koha/Patron.pm
   OK     critic
   OK     forbidden patterns
   OK     git manipulation
   OK     pod
   FAIL   pod coverage
                POD is missing for 'trim_whitespaces'
   OK     spelling
   OK     valid

not backporting to 19.11.x