Acme-CPANModules-GetoptModules

 view release on metacpan or  search on metacpan

lib/Acme/CPANModules/GetoptModules.pm  view on Meta::CPAN

        {
            module => 'Getopt::Complete',
            features => {
                uses_spec => 1,
                uses_getopt_long => 0,
                auto_help => 0, #?
                auto_version => 0, #?
            },
        },
        {
            module => 'Getopt::Long::Complete',
            features => {
                uses_spec => 1,
                uses_getopt_long => 1,
                auto_help => 1,
                auto_version => 1,
            },
        },
        {
            module => 'Getopt::Long::Subcommand',
            features => {
                uses_spec => 1,
                uses_getopt_long => 1,
                auto_help => 1,
                auto_version => 1,
                subcommand => 1,
            },
        },
        {
            module => 'Getopt::Long::Less',
            features => {
                uses_spec => 1,
                uses_getopt_long => 0,
                auto_help => 0,
                auto_version => 0,
            },
        },
        {
            module => 'Getopt::Long::EvenLess',
            features => {
                uses_spec => 1,
                uses_getopt_long => 0,
                auto_help => 0,
                auto_version => 0,
            },
        },
        # Getopt::Panjang
        # Perinci::CmdLine
        # ScriptX
    ],

};

1;
# ABSTRACT: Modules that parse command-line options

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANModules::GetoptModules - Modules that parse command-line options

=head1 VERSION

This document describes version 0.001 of Acme::CPANModules::GetoptModules (from Perl distribution Acme-CPANModules-GetoptModules), released on 2020-04-16.

=head1 DESCRIPTION

Modules that parse command-line options.

=head1 INCLUDED MODULES

=over

=item * L<Getopt::Std>

=item * L<Getopt::Long>

=item * L<Getopt::Tiny>

=item * L<Getopt::Long::Descriptive>

=item * L<Getopt::Long::More>

=item * L<Getopt::Simple>

=item * L<Getopt::Compact>

=item * L<Opt::Imistic>

=item * L<Getopt::Valid>

=item * L<Getopt::Std::Strict>

=item * L<Getopt::Declare>

=item * L<Getopt::Euclid>

=item * L<Docopt>

=item * L<Getopt::Auto>

=item * L<Getopt::Lucid>

=item * L<Getopt::ArgvFile>

=item * L<App::Options>

=item * L<MooseX::Getopt>

=item * L<MooX::Options>

=item * L<Getopt::Attribute>

=item * L<Getopt::Modular>

=item * L<Smart::Options>



( run in 0.468 second using v1.01-cache-2.11-cpan-677af5a14d3 )