Note: This version of the module works works with perl 5.8.0. If you need it to work with perl 5.6.x, please use an earlier version from CPAN. This module provides an attribute wrapper around "Getopt::Long". Instead of declaring the options in a hash...
MARCEL/Getopt-Attribute-2.101700 - 19 Jun 2010 09:13:57 GMTThis is a custom attribute metaclass which can be used to specify a the specific command line flag to use instead of the default one which MooseX::Getopt will create for you. This is certainly not the prettiest way to go about this, but for now it wo...
ETHER/MooseX-Getopt-0.74 - 23 Sep 2018 23:42:11 GMTThis is a custom attribute metaclass which can be used to specify a the specific command line flag to use instead of the default one which MouseX::Getopt will create for you. This is certainly not the prettiest way to go about this, but for now it wo...
GFUJI/MouseX-Getopt-0.38 - 26 Jan 2019 03:39:23 GMTThis is a custom attribute metaclass trait which can be used to specify a the specific command line flag to use instead of the default one which MooseX::Getopt will create for you....
ETHER/MooseX-Getopt-0.74 - 23 Sep 2018 23:42:11 GMTThis is a custom attribute metaclass which can be used to specify that a specific attribute should not be processed by "MooseX::Getopt". All you need to do is specify the "NoGetopt" metaclass. has 'foo' => (metaclass => 'MooseX::Getopt::Meta::Attribu...
ETHER/MooseX-Getopt-0.74 - 23 Sep 2018 23:42:11 GMTThis is a custom attribute metaclass trait which can be used to specify a the specific command line flag to use instead of the default one which MouseX::Getopt will create for you. cmd_flag Changes the commandline flag to be this value, instead of th...
GFUJI/MouseX-Getopt-0.38 - 26 Jan 2019 03:39:23 GMTThis is a custom attribute metaclass which can be used to specify that a specific attribute should not be processed by "MouseX::Getopt". All you need to do is specify the "NoGetopt" metaclass. has 'foo' => (metaclass => 'NoGetopt', ... );...
GFUJI/MouseX-Getopt-0.38 - 26 Jan 2019 03:39:23 GMTThis is a custom attribute metaclass trait which can be used to specify that a specific attribute should not be processed by "MouseX::Getopt". All you need to do is specify the "NoGetopt" metaclass trait. has 'foo' => (traits => [ 'NoGetopt', ... ], ...
GFUJI/MouseX-Getopt-0.38 - 26 Jan 2019 03:39:23 GMTThis is a custom attribute metaclass trait which can be used to specify that a specific attribute should not be processed by "MooseX::Getopt". All you need to do is specify the "NoGetopt" metaclass trait. has 'foo' => (traits => [ 'NoGetopt', ... ], ...
ETHER/MooseX-Getopt-0.74 - 23 Sep 2018 23:42:11 GMTTk::Getopt provides an interface to access command line options via Getopt::Long and editing with a graphical user interface via a Tk window. Unlike Getopt::Long, this package uses a object oriented interface, so you have to create a new Tk::Getopt o...
SREZIC/Tk-Getopt-0.51 - 23 Apr 2017 09:00:29 GMTThe aim of "Getopt::Alt" is to provide an alternative to Getopt::Long that allows a simple command line program to easily grow in complexity. Getopt::Lon can be expanded from a simple command line option passer to allow sub-commands. Option processin...
IVANWILLS/Getopt-Alt-v0.5.3 - 13 Mar 2019 09:34:09 GMTThis is a role which provides an alternate constructor for creating objects using parameters passed in from the command line....
ETHER/MooseX-Getopt-0.74 - 23 Sep 2018 23:42:11 GMTMYTRAM/Getopt-ArgParse-1.0.6 - 02 May 2015 10:19:43 GMT
This is a version of MooseX::Getopt which converts underscores in attribute names to dashes when generating command line flags. You can selectively disable this on a per-attribute basis by supplying a cmd_flag argument with the command flag you'd lik...
ETHER/MooseX-Getopt-0.74 - 23 Sep 2018 23:42:11 GMTIVANWILLS/Getopt-Alt-v0.5.3 - 13 Mar 2019 09:34:09 GMT
Perl Moose Role that extends MooseX::Getopt to provide usage printing and man page generation that inspects your classes meta information to build a (coloured) usage message including that meta information. If STDOUT is a tty usage message is colouri...
PITCHLESS/MooseX-Getopt-Usage-0.24 - 25 Sep 2014 16:09:35 GMTNOTE I didn't know about MooseX::Getopt::Strict when I wrote this; use that instead! MooseX::Getopt is nice, but I don't care for how it creates a command line option for every attribute in my classes unless explicitly overridden. So this role does t...
RHOELZ/MooseX-Getopt-Explicit-0.03 - 03 Nov 2015 03:37:18 GMTThis is a Moose::Role for dealing with command-line options. The core implementation is ye olde Getopt::Long, so it helps to understand this if you read that documentation first. Among other things, this role defeats Getopt::Long's propensity for emi...
ELLIOTJS/MooseX-Getopt-Defanged-v1.18.0 - 08 Sep 2010 22:19:24 GMTThis is a version of "MouseX::Getopt" which converts underscores in attribute names to dashes when generating command line flags. You can selectively disable this on a per-attribute basis by supplying a cmd_flag argument with the command flag you'd l...
GFUJI/MouseX-Getopt-0.38 - 26 Jan 2019 03:39:23 GMTThis is a role which provides an alternate constructor for creating objects using parameters passed in from the command line. This module attempts to DWIM as much as possible with the command line params by introspecting your class's attributes. It w...
GFUJI/MouseX-Getopt-0.38 - 26 Jan 2019 03:39:23 GMT