(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
This commit is contained in:
mef 2023-12-16 09:20:04 +00:00
parent 868d404197
commit d47a9736c6
2 changed files with 6 additions and 7 deletions

View file

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.3 2023/07/06 09:38:50 wiz Exp $
# $NetBSD: Makefile,v 1.4 2023/12/16 09:20:04 mef Exp $
DISTNAME= Commandable-0.10
DISTNAME= Commandable-0.11
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PEVANS/}

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2023/05/20 06:22:59 wiz Exp $
$NetBSD: distinfo,v 1.3 2023/12/16 09:20:04 mef Exp $
BLAKE2s (Commandable-0.10.tar.gz) = 9f914aef4c8e5310758b40e825d8bc7941e14d852f61b06b8cca213aa7dc0844
SHA512 (Commandable-0.10.tar.gz) = 68673d78da412d5b1ccb44e167852157e76fa6dc2b2b552a63369e10ba7ff6fc500b861e6043aa7812aef8d12e11a8ae12924e0f726b2b64280ede38e77e4323
Size (Commandable-0.10.tar.gz) = 28174 bytes
BLAKE2s (Commandable-0.11.tar.gz) = ecfa4d424a78402d52549e8a89e8def883f91f14b82aad231c9ef361694c4e9e
SHA512 (Commandable-0.11.tar.gz) = cc73431bc58f0c0adc957532c331d34bf9da741e0c290855fe946219dad44bd55f2d9ba018b3d61f35ad43b87012906b0702ab5a0cc1c86cee266f0a276bab7d
Size (Commandable-0.11.tar.gz) = 32009 bytes