Bug 9809: Fix pod errors
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 25 Aug 2015 11:28:09 +0000 (12:28 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 26 Aug 2015 13:27:00 +0000 (10:27 -0300)
commit64fcab9e518c16613c98095bd6a08d76fda20e8f
tree71ce159635625597a21f8379e79dfad1e8050f44
parent092a7e1b531f4de5218fe7136d4e646a845aaad4
Bug 9809: Fix pod errors

 FAIL   C4/Reserves.pm
   FAIL   pod
                 in file C4/Reserves.pm
                *** ERROR:
                Spurious =cut command

Test plan:
perl -e "use Pod::Checker;podchecker('C4/Reserves.pm');"
Should not return any errors.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
C4/Reserves.pm