[Koha-bugs] [Bug 5385] New: Correct POD errors as highlighted by podchecker

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 11 14:03:54 CET 2010


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 at gmail.com
        ReportedBy: andrew.elwell at gmail.com
         QAContact: koha-bugs at 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.


More information about the Koha-bugs mailing list