SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-MooseX-Getopt rpm build for : OpenSuSE. For other distributions click perl-MooseX-Getopt.

Name : perl-MooseX-Getopt
Version : 0.45 Vendor : openSUSE
Release : 2.1.2 Date : 2012-09-07 21:47:33
Group : Development/Libraries/Perl Source RPM : perl-MooseX-Getopt-0.45-2.1.2.src.rpm
Size : 0.10 MB
Packager : http://bugs_opensuse_org
Summary : A Moose role for processing command line options
Description :
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 will use the name of
your attribute as the command line option, and if there is a type
constraint defined, it will configure Getopt::Long to handle the option
accordingly.

You can use the trait the MooseX::Getopt::Meta::Attribute::Trait manpage or
the attribute metaclass the MooseX::Getopt::Meta::Attribute manpage to get
non-default commandline option names and aliases.

You can use the trait the MooseX::Getopt::Meta::Attribute::Trait::NoGetopt
manpage or the attribute metaclass the
MooseX::Getopt::Meta::Attribute::NoGetopt manpage to have \'MooseX::Getopt\'
ignore your attribute in the commandline options.

By default, attributes which start with an underscore are not given
commandline argument support, unless the attribute\'s metaclass is set to
the MooseX::Getopt::Meta::Attribute manpage. If you don\'t want your
accessors to have the leading underscore in their name, you can do this:


has \'_foo\' => (accessor => \'foo\', ...);


has \'_bar\' => (reader => \'bar\', ...);

This will mean that Getopt will not handle a --foo param, but your code can
still call the \'foo\' method.

If your class also uses a configfile-loading role based on the
MooseX::ConfigFromFile manpage, such as the MooseX::SimpleConfig manpage,
the MooseX::Getopt manpage\'s \'new_with_options\' will load the configfile
specified by the \'--configfile\' option (or the default you\'ve given for the
configfile attribute) for you.

Options specified in multiple places follow the following precedence order:
commandline overrides configfile, which overrides explicit new_with_options
parameters.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/12.2:/ARM/standard/noarch

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
perl(MooseX::Getopt)
perl(MooseX::Getopt::Basic)
perl(MooseX::Getopt::Dashes)
perl(MooseX::Getopt::GLD)
perl(MooseX::Getopt::Meta::Attribute)
perl(MooseX::Getopt::Meta::Attribute::NoGetopt)
perl(MooseX::Getopt::Meta::Attribute::Trait)
perl(MooseX::Getopt::Meta::Attribute::Trait::NoGetopt)
perl(MooseX::Getopt::OptionTypeMap)
perl(MooseX::Getopt::ProcessedArgv)
perl(MooseX::Getopt::Strict)
perl-MooseX-Getopt

Requires :
perl = 5.16.0
perl(Getopt::Long) >= 2.37
perl(Getopt::Long::Descriptive) >= 0.081
perl(Moose) >= 0.56
perl(MooseX::Role::Parameterized)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsLzma) <= 4.4.6-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.16.0/MooseX
/usr/lib/perl5/vendor_perl/5.16.0/MooseX/Getopt
/usr/lib/perl5/vendor_perl/5.16.0/MooseX/Getopt.pm
/usr/lib/perl5/vendor_perl/5.16.0/MooseX/Getopt/Basic.pm
/usr/lib/perl5/vendor_perl/5.16.0/MooseX/Getopt/Dashes.pm
/usr/lib/perl5/vendor_perl/5.16.0/MooseX/Getopt/GLD.pm
/usr/lib/perl5/vendor_perl/5.16.0/MooseX/Getopt/Meta
/usr/lib/perl5/vendor_perl/5.16.0/MooseX/Getopt/Meta/Attribute
/usr/lib/perl5/vendor_perl/5.16.0/MooseX/Getopt/Meta/Attribute.pm
/usr/lib/perl5/vendor_perl/5.16.0/MooseX/Getopt/Meta/Attribute/NoGetopt.pm
/usr/lib/perl5/vendor_perl/5.16.0/MooseX/Getopt/Meta/Attribute/Trait
/usr/lib/perl5/vendor_perl/5.16.0/MooseX/Getopt/Meta/Attribute/Trait.pm
/usr/lib/perl5/vendor_perl/5.16.0/MooseX/Getopt/Meta/Attribute/Trait/NoGetopt.pm
/usr/lib/perl5/vendor_perl/5.16.0/MooseX/Getopt/OptionTypeMap.pm
/usr/lib/perl5/vendor_perl/5.16.0/MooseX/Getopt/ProcessedArgv.pm
/usr/lib/perl5/vendor_perl/5.16.0/MooseX/Getopt/Strict.pm
/usr/lib/perl5/vendor_perl/5.16.0/armv7l-linux-thread-multi
/usr/share/doc/packages/perl-MooseX-Getopt
/usr/share/doc/packages/perl-MooseX-Getopt/Changes
/usr/share/doc/packages/perl-MooseX-Getopt/LICENSE
/usr/share/doc/packages/perl-MooseX-Getopt/README
/usr/share/man/man3/MooseX::Getopt.3pm.gz
/usr/share/man/man3/MooseX::Getopt::Basic.3pm.gz
/usr/share/man/man3/MooseX::Getopt::Dashes.3pm.gz
/usr/share/man/man3/MooseX::Getopt::GLD.3pm.gz
/usr/share/man/man3/MooseX::Getopt::Meta::Attribute.3pm.gz
/usr/share/man/man3/MooseX::Getopt::Meta::Attribute::NoGetopt.3pm.gz
/usr/share/man/man3/MooseX::Getopt::Meta::Attribute::Trait.3pm.gz
/usr/share/man/man3/MooseX::Getopt::Meta::Attribute::Trait::NoGetopt.3pm.gz
/usr/share/man/man3/MooseX::Getopt::OptionTypeMap.3pm.gz
There is 2 files more in these RPM.

 
ICM