Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Commandable
From: Makoto Fujiwara
Date: 2023-12-16 10:20:04
Message id: 20231216092004.E2082FA42@cvs.NetBSD.org
Log Message:
(devel/p5-Commandable) Updated 0.10 to 0.11
0.11 2023-06-08
[CHANGES]
* Added `$finder->find_and_invoke_list` convenience
* Print information about `[no-]` prefix for negatable options in
`help` output
* Optionally require that options all come before non-option
arguments
* Optionally allow bundling of single-letter boolean options
* Convert hyphens in option names to underscores when inserting their
value into the options hash
* Support integer-type checking in options
* Added various docs
[BUGFIXES]
* Ensure that `$cinv->putback_tokens` escapes quotes
Files: