[Koha-bugs] [Bug 21698] FIX POD of cancel_unfilled_holds.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 26 22:56:24 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21698

--- Comment #1 from Magnus Enger <magnus at libriotech.no> ---
Created attachment 81340
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=81340&action=edit
Bug 21698 - FIX POD of cancel_unfilled_holds.pl

To test:
- Run "perldoc misc/cronjobs/holds/cancel_unfilled_holds.pl"
- Notice some problems:
-- No description in the NAME section
-- Descriptions of options in the SYNOPSIS section
-- A literal head1
-- Long options are listed with a single leading dash
-- Options --verbose and --confirm are not listed under OPTIONS)
- Take a look at the script itself to see that --verbose and
  --confirm should be listed.
- Also note the typo on line 97: 'v|verbosev' => \$verbose,
- Apply the patch
- Look at the script and perldoc again and check that all problems
  described above are now fixed.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list