Bug 12462 - Fix some POD errors
Summary: Fix some POD errors
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low trivial
Assignee: Tomás Cohen Arazi (tcohen)
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-20 19:56 UTC by Tomás Cohen Arazi (tcohen)
Modified: 2015-06-04 23:32 UTC (History)
1 user (show)

See Also:
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 (2.12 KB, patch)
2014-06-20 20:02 UTC, Tomás Cohen Arazi (tcohen)
Details | Diff | Splinter Review
[SIGNED-OFF] Bug 12462: Fix some POD errors (2.35 KB, patch)
2014-06-22 01:14 UTC, Bernardo Gonzalez Kriegel
Details | Diff | Splinter Review
[PASSED QA] Bug 12462: Fix some POD errors (2.40 KB, patch)
2014-06-22 19:51 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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.