| Summary: | POD ERROR in acqui/booksellers.pl | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Barton Chittenden <bartonski> |
| Component: | Developer documentation | Assignee: | Ketan Kulkarni <ketan> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | trivial | ||
| Priority: | P5 - low | CC: | bgkriegel, gitbot, gmcharlt, ketan, tomascohen |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| Patch complexity: | Trivial patch | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: | Circulation function: | ||
| Attachments: |
minor fix
[SIGNED-OFF] Bug 10967 - minor fix [PASSED QA] Bug 10967 - minor fix |
||
Created attachment 21570 [details] [review] minor fix Patch applied cleanly, go forth and signoff Created attachment 21593 [details] [review] [SIGNED-OFF] Bug 10967 - minor fix http://bugs.koha-community.org/show_bug.cgi?id=10967 Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> No koha-qa errors. Fixes problem, but I think is better to remove =back than to add nother =over 4, but I'm not a POD expert Created attachment 21595 [details] [review] [PASSED QA] Bug 10967 - minor fix http://bugs.koha-community.org/show_bug.cgi?id=10967 Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> No koha-qa errors. Fixes problem, but I think is better to remove =back than to add nother =over 4, but I'm not a POD expert Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Pushed to master. Thanks, Ketan! Looks like this is your first patch accepted into Koha, so again, thanks! This patch has been pushed to 3.12.x, will be in 3.12.7. Thanks Ketan! And congratulations for your first commit as Galen said! |
$ perldoc acqui/booksellers.pl results in POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 44: '=item' outside of any '=over' Removing '=back' at line 42 resolves issue.