Bug 12462

Summary: Fix some POD errors
Product: Koha Reporter: Tomás Cohen Arazi (tcohen) <tomascohen>
Component: Architecture, internals, and plumbingAssignee: Tomás Cohen Arazi (tcohen) <tomascohen>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: trivial    
Priority: P5 - low CC: bgkriegel
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 12462: Fix some POD errors
[SIGNED-OFF] Bug 12462: Fix some POD errors
[PASSED QA] Bug 12462: Fix some POD errors

Description Tomás Cohen Arazi (tcohen) 2014-06-20 19:56:11 UTC
Bug 12041 made xt/author/podcorrectness.t test files in the 'Koha' namespace which failed that test.
Comment 1 Tomás Cohen Arazi (tcohen) 2014-06-20 20:02:24 UTC Comment hidden (obsolete)
Comment 2 Bernardo Gonzalez Kriegel 2014-06-22 01:14:20 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2014-06-22 19:51:15 UTC
Created attachment 29147 [details] [review]
[PASSED QA] Bug 12462: Fix some POD errors

Bug 12041 made xt/author/podcorrectness.t consider files in the 'Koha' namespace.
Some of them where failing. This patch fixes some of those POD problems.

Best regards
To+

Test:
1) run prove xt/author/podcorrectness.t
it fails
2) apply patch
3) run again, now it's ok

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Before patch test fails. After it, it pass
No koha-qa errors

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Comment 4 Tomás Cohen Arazi (tcohen) 2014-06-22 23:04:05 UTC
Patch pushed to master.