https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21698
Andrew Isherwood <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #81340|0 |1 is obsolete| | --- Comment #2 from Andrew Isherwood <[email protected]> --- Created attachment 81499 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=81499&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. Signed-off-by: Andrew Isherwood <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
