Acme-CPANModules-Getopt

 view release on metacpan or  search on metacpan

lib/Acme/CPANModules/Getopt.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: List of modules that parse command-line options

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANModules::Getopt - List of modules that parse command-line options

=head1 VERSION

This document describes version 0.003 of Acme::CPANModules::Getopt (from Perl distribution Acme-CPANModules-Getopt), released on 2023-10-29.

=head1 ACME::CPANMODULES ENTRIES

=over

=item L<Getopt::Std>

Author: L<RJBS|https://metacpan.org/author/RJBS>

=item L<Getopt::Long>

Author: L<JV|https://metacpan.org/author/JV>

=item L<Getopt::Tiny>

Author: L<MUIR|https://metacpan.org/author/MUIR>

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

Author: L<RJBS|https://metacpan.org/author/RJBS>

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

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item L<Getopt::Simple>

Author: L<RSAVAGE|https://metacpan.org/author/RSAVAGE>

=item L<Getopt::Compact>

Author: L<ASW|https://metacpan.org/author/ASW>

=item L<Opt::Imistic>

Author: L<ALTREUS|https://metacpan.org/author/ALTREUS>

=item L<Getopt::Valid>

Author: L<UKAUTZ|https://metacpan.org/author/UKAUTZ>

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

Author: L<LEOCHARRE|https://metacpan.org/author/LEOCHARRE>

=item L<Getopt::Declare>

Author: L<FANGLY|https://metacpan.org/author/FANGLY>

=item L<Getopt::Euclid>

Author: L<BIGPRESH|https://metacpan.org/author/BIGPRESH>



( run in 1.925 second using v1.01-cache-2.11-cpan-524268b4103 )