As the title says, Missing POD for Koha::Patron object.
Created attachment 95552 [details] [review] Bug 24066: Add missing POD for has_permission
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
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'
=POD See also =cut Great! :)
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>
Nice work everyone! Pushed to master for 20.05
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