[Bug 5385] New: Correct POD errors as highlighted by podchecker
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5385 Summary: Correct POD errors as highlighted by podchecker Change sponsored?: --- Product: Koha Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: Developer documentation AssignedTo: gmcharlt@gmail.com ReportedBy: andrew.elwell@gmail.com QAContact: koha-bugs@lists.koha-community.org Estimated Hours: 0.0 Ideally we'd have good accurate POD within the code for all functions, however as a starting point I made a list of all errors that 'podchecker' throws up (find . -type f | grep -v \.git/ | egrep -i '\.p[lm]$' | xargs podchecker 2>/tmp/pod.err) and started to correct them Many of these are trivial syntax / whitespace issues -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5385 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@bigballofwax.co.nz --- Comment #1 from Chris Cormack <chris@bigballofwax.co.nz> 2010-11-12 01:29:00 UTC --- Patches and follow up patch pushed, please test and close -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5385 --- Comment #2 from Chris Nighswonger <cnighswonger@foundations.edu> 2010-11-18 03:15:07 UTC --- This bug has a patch presently committed to HEAD and 3.2.x. Please take the appropriate action to update the status of this bug. Remember, bugs which have been resolved should be tested and marked closed, preferably by the original reporter. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5385 Chris Nighswonger <cnighswonger@foundations.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cnighswonger@foundations.ed | |u --- Comment #3 from Chris Nighswonger <cnighswonger@foundations.edu> 2010-11-30 13:49:20 UTC --- This bug has a fix which was committed to the 3.2.x branch and released in 3.2.1. Please take time to update the status of this bug and mark it RESOLVED FIXED so that it may be closed. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5385 --- Comment #4 from MJ Ray (software.coop) <mjr@ttllp.co.uk> 2010-12-12 19:16:09 UTC --- This bug is mentioned in: Bug 5385: POD Cleanups (part 1) http://lists.koha-community.org/pipermail/koha-patches/2010-November/012901.... Bug 5385: POD Cleanups (part 2) http://lists.koha-community.org/pipermail/koha-patches/2010-November/012900.... -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5385 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |master --- Comment #5 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Running Andrew's command I still see some problems in POD, so this bug is not yet fully solved. The QA script used by the QA team includes a check for correct POD, so hopefully no new problems are added to the code base. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5385 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |katrin.fischer@bsz-bw.de Resolution|--- |FIXED --- Comment #6 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I don't get any results with Andrew's comment on current master. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org