Source: libmoosex-getopt-perl
Section: perl
Priority: optional
Maintainer: Michael Prokop <mika@grml.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libconfig-any-perl,
 libgetopt-long-descriptive-perl (>= 0.081),
 libmoose-perl (>= 0.56),
 libmoosex-role-parameterized-perl,
 libpath-tiny-perl (>= 0.009),
 libtest-checkdeps-perl (>= 0.002),
 libtest-deep-perl,
 libtest-fatal-perl (>= 0.003),
 libtest-nowarnings-perl (>= 1.04),
 libtest-requires-perl,
 libtest-trap-perl,
 libtest-warn-perl (>= 0.21),
 libtry-tiny-perl,
 perl (>= 5.10.1)
Standards-Version: 3.9.3
Homepage: http://search.cpan.org/dist/MooseX-Getopt/

Package: libmoosex-getopt-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libgetopt-long-descriptive-perl (>= 0.081),
 libmoose-perl (>= 0.56),
 libmoosex-role-parameterized-perl,
 libtry-tiny-perl,
 perl (>= 5.8.9)
Description: A Moose role for processing command line options
 This is a role which provides an alternate constructor for creating objects
 using parameters passed in from the command line.
 .
 MooseX::Getopt 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 MooseX::Getopt::Meta::Attribute::Trait or the attribute
 metaclass MooseX::Getopt::Meta::Attribute to get non-default commandline
 option names and aliases.
 .
 You can use the trait MooseX::Getopt::Meta::Attribute::Trait::NoGetopt or the
 attribute metaclass MooseX::Getopt::Meta::Attribute::NoGetopt to have
 MooseX::Getopt ignore your attribute in the commandline options.
 .
 This description was automagically extracted from the module by dh-make-perl.
