Acme-CPANModules-PortedFrom-Go

 view release on metacpan or  search on metacpan

lib/Acme/CPANModules/PortedFrom/Go.pm  view on Meta::CPAN

package Acme::CPANModules::PortedFrom::Go;

use strict;

our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2023-10-31'; # DATE
our $DIST = 'Acme-CPANModules-PortedFrom-Go'; # DIST
our $VERSION = '0.003'; # VERSION

our $LIST = {
    summary => "List of modules/applications that are ported from (or inspired by) ".
        "Go",
    description => <<'_',

If you know of others, please drop me a message.

_
    entries => [
        {
            module => 'Getopt::Kingpin',
            summary => 'kingpin',
        },
    ],
};

1;
# ABSTRACT: List of modules/applications that are ported from (or inspired by) Go

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANModules::PortedFrom::Go - List of modules/applications that are ported from (or inspired by) Go

=head1 VERSION

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

=head1 DESCRIPTION

If you know of others, please drop me a message.

=head1 ACME::CPANMODULES ENTRIES

=over

=item L<Getopt::Kingpin>

kingpin.

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

=back

=head1 FAQ

=head2 What is an Acme::CPANModules::* module?

An Acme::CPANModules::* module, like this module, contains just a list of module
names that share a common characteristics. It is a way to categorize modules and
document CPAN. See L<Acme::CPANModules> for more details.

=head2 What are ways to use this Acme::CPANModules module?

Aside from reading this Acme::CPANModules module's POD documentation, you can
install all the listed modules (entries) using L<cpanm-cpanmodules> script (from
L<App::cpanm::cpanmodules> distribution):

 % cpanm-cpanmodules -n PortedFrom::Go

Alternatively you can use the L<cpanmodules> CLI (from L<App::cpanmodules>
distribution):

    % cpanmodules ls-entries PortedFrom::Go | cpanm -n

or L<Acme::CM::Get>:

    % perl -MAcme::CM::Get=PortedFrom::Go -E'say $_->{module} for @{ $LIST->{entries} }' | cpanm -n

or directly:

    % perl -MAcme::CPANModules::PortedFrom::Go -E'say $_->{module} for @{ $Acme::CPANModules::PortedFrom::Go::LIST->{entries} }' | cpanm -n

This Acme::CPANModules module also helps L<lcpan> produce a more meaningful
result for C<lcpan related-mods> command when it comes to finding related
modules for the modules listed in this Acme::CPANModules module.
See L<App::lcpan::Cmd::related_mods> for more details on how "related modules"
are found.



( run in 1.233 second using v1.01-cache-2.11-cpan-13bb782fe5a )