trusty (3) SHARYANTO::Getopt::Long::Util.3pm.gz

Provided by: libsharyanto-utils-perl_0.53-1_all bug

NAME

       SHARYANTO::Getopt::Long::Util - Utilities for Getopt::Long

VERSION

       version 0.53

FUNCTIONS

   gospec2human($gospec) => STR
       Change something like 'help|h|?' or 'foo=s' or 'debug!' into, respectively, '--help, -h, -?' or '--foo=s'
       or '--(no)debug'. The output is suitable for including in help/usage text.

       None are exported by default, but they are exportable.

AUTHOR

       Steven Haryanto <stevenharyanto@gmail.com>

       This software is copyright (c) 2013 by Steven Haryanto.

       This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5
       programming language system itself.

DESCRIPTION