Getopt::Attribute - Attribute wrapper for Getopt::Long River stage one • 5 direct dependents • 7 total dependents

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 GMT

MooseX::Getopt::Meta::Attribute - Optional meta attribute for custom option names River stage four • 122 direct dependents • 1035 total dependents

This 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 GMT

lib/MouseX/Getopt/Meta/Attribute.pm River stage two • 6 direct dependents • 20 total dependents

This 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 GMT

MooseX::Getopt::Meta::Attribute::Trait - Optional meta attribute trait for custom option names River stage four • 122 direct dependents • 1035 total dependents

This 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 GMT

MooseX::Getopt::Meta::Attribute::NoGetopt - Optional meta attribute for ignoring parameters River stage four • 122 direct dependents • 1035 total dependents

This 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 GMT

lib/MouseX/Getopt/Meta/Attribute/Trait.pm River stage two • 6 direct dependents • 20 total dependents

This 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 GMT

lib/MouseX/Getopt/Meta/Attribute/NoGetopt.pm River stage two • 6 direct dependents • 20 total dependents

This 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 GMT

lib/MouseX/Getopt/Meta/Attribute/Trait/NoGetopt.pm River stage two • 6 direct dependents • 20 total dependents

This 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 GMT

MooseX::Getopt::Meta::Attribute::Trait::NoGetopt - Optional meta attribute trait for ignoring parameters River stage four • 122 direct dependents • 1035 total dependents

This 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 GMT

Tk::Getopt - User configuration window for Tk with interface to Getopt::Long River stage zero No dependents

Tk::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 GMT

Getopt::Alt - Command line option passing with with lots of features River stage two • 11 direct dependents • 15 total dependents

The 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 GMT

MooseX::Getopt - A Moose role for processing command line options River stage four • 122 direct dependents • 1035 total dependents

This 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 GMT

Getopt::ArgParse - Parsing command line arguments with a richer and more user-friendly API interface, similar to python's argpare but with perlish extras. River stage one • 1 direct dependent • 1 total dependent

MYTRAM/Getopt-ArgParse-1.0.6 - 02 May 2015 10:19:43 GMT

MooseX::Getopt::Dashes - convert underscores in attribute names to dashes River stage four • 122 direct dependents • 1035 total dependents

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 GMT

Getopt::Alt::Option - Sets up a particular command line option River stage two • 11 direct dependents • 15 total dependents

IVANWILLS/Getopt-Alt-v0.5.3 - 13 Mar 2019 09:34:09 GMT

MooseX::Getopt::Usage - Extend MooseX::Getopt with usage message and man page generated from attribute meta and POD. River stage two • 10 direct dependents • 18 total dependents

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 GMT

MooseX::Getopt::Explicit - MooseX::Getopt, but without implicit option generation [DEPRECATED] River stage zero No dependents

NOTE 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 GMT

MooseX::Getopt::Defanged - Standard processing of command-line options, with Getopt::Long's nasty behavior defanged. River stage zero No dependents

This 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 GMT

lib/MouseX/Getopt/Dashes.pm River stage two • 6 direct dependents • 20 total dependents

This 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 GMT

lib/MouseX/Getopt.pm River stage two • 6 direct dependents • 20 total dependents

This 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

23 results (0.038 seconds)