Bug 17935: Adjust some POD lines, fix a few typos
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Wed, 18 Jan 2017 15:56:16 +0000 (16:56 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Tue, 14 Feb 2017 14:12:50 +0000 (14:12 +0000)
commitb4c66d5cc4be5ca555799a719ff07ffae5b2f45f
tree811174d17b1df7d0b58186d3b191ec1dff60b5df
parent4bd2188affee568de81342d0af24fcf0239d9f01
Bug 17935: Adjust some POD lines, fix a few typos

This patch does the following:

[1] Move some POD lines from Cache to Caches.
[2] Correct C4::Plugins to Koha::Plugins in POD line of Koha::Plugins
[3] POD Koha/AuthorisedValue.pm: lib_opac moved to opac_description
[4] The POD in Koha/Patron.pm uses head2 and head3 inconsistently.
    Ran s/^=head2/=head3/ on those lines (7 substitutions on 7 lines)
[5] Correct a copied POD line from reports/issues_stats.pl in
    reports/reserve_stats.pl.
[6] Correct a test description in t/db_dependent/Koha/Authorities.t.
    You should never delete the library :)
[7] Correct typo shouild in a comment of rebuild_zebra.pl

Test plan:
[1] Read the patch. Does it make sense?
[2] Run perldoc Koha/Cache.pm and Koha/Caches.pm
[3] Run t/db_dependent/Koha/Authorities.t

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: David Cook <dcook@prosentient.com.au>

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Koha/AuthorisedValue.pm
Koha/Cache.pm
Koha/Caches.pm
Koha/Patron.pm
Koha/Plugins.pm
misc/migration_tools/rebuild_zebra.pl
reports/reserves_stats.pl
t/db_dependent/Koha/Authorities.t