Bug 9239 follow-up: POD and perlcritic fixes
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Fri, 25 Jan 2013 12:45:22 +0000 (07:45 -0500)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Sun, 17 Mar 2013 01:32:33 +0000 (21:32 -0400)
commit9d450224c185683ddbbd9c2c0a7b0266c50e99a5
treec3fc17a0d02f946b85ca423b95c3222668387fa3
parent144c7f4e4e023f7a701a1e58524409628295343b
Bug 9239 follow-up: POD and perlcritic fixes

There were several perlcritic violations for returning explicit undef,
and splitting up the various driver classes resulted in POD compliance
errors, where the POD was starting with head2 rather than head1. This
patch fixes those errors (but has no functional impact).

Signed-off-by: Elliott Davis <elliott@bywatersolions.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Koha/QueryParser/Driver/PQF/Util.pm
Koha/QueryParser/Driver/PQF/query_plan.pm
Koha/QueryParser/Driver/PQF/query_plan/facet.pm
Koha/QueryParser/Driver/PQF/query_plan/filter.pm
Koha/QueryParser/Driver/PQF/query_plan/modifier.pm
Koha/QueryParser/Driver/PQF/query_plan/node.pm
Koha/QueryParser/Driver/PQF/query_plan/node/atom.pm
OpenILS/QueryParser.pm