Acme-CPANModules-PortedFrom-Clojure

 view release on metacpan or  search on metacpan

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

package Acme::CPANModules::PortedFrom::Clojure;

use strict;

our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2024-01-15'; # DATE
our $DIST = 'Acme-CPANModules-PortedFrom-Clojure'; # DIST
our $VERSION = '0.004'; # VERSION

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

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

_
    entries => [
        {
            module => 'String::CamelSnakeKebab',
            summary => 'camel-snake-kebab',
        },
        {
            module => 'Sub::Fp',
        },
    ],
};

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

__END__

=pod

=encoding UTF-8

=head1 NAME

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

=head1 VERSION

This document describes version 0.004 of Acme::CPANModules::PortedFrom::Clojure (from Perl distribution Acme-CPANModules-PortedFrom-Clojure), released on 2024-01-15.

=head1 DESCRIPTION

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

=head1 ACME::CPANMODULES ENTRIES

=over

=item L<String::CamelSnakeKebab>

camel-snake-kebab.

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

=item L<Sub::Fp>

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

=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::Clojure

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

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

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

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

or directly:

    % perl -MAcme::CPANModules::PortedFrom::Clojure -E'say $_->{module} for @{ $Acme::CPANModules::PortedFrom::Clojure::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



( run in 0.543 second using v1.01-cache-2.11-cpan-3d66aa2751a )