Summary: | Fix some POD errors | ||
---|---|---|---|
Product: | Koha | Reporter: | Tomás Cohen Arazi (tcohen) <tomascohen> |
Component: | Architecture, internals, and plumbing | Assignee: | 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 | ||
GIT URL: | 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
Created attachment 29125 [details] [review] 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+ Created attachment 29136 [details] [review] [SIGNED-OFF] 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 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> Patch pushed to master. |