Acme-CPANModules-PortedFrom-Java

 view release on metacpan or  search on metacpan

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

package Acme::CPANModules::PortedFrom::Java;

use strict;

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

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

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

_
    entries => [
        {
            module => 'Log::Log4perl',
            summary => 'Log4j',
        },
        {
            module => 'Test::Unit',
            summary => 'jUnit',
        },
        {
            module => 'Getopt::ApacheCommonsCLI',
            summary => 'Apache Commons CLI',
        },
    ],
};

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

__END__

=pod

=encoding UTF-8

=head1 NAME

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

=head1 VERSION

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

=head1 DESCRIPTION

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

=head1 ACME::CPANMODULES ENTRIES

=over

=item L<Log::Log4perl>

Log4j.

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

=item L<Test::Unit>

jUnit.

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

=item L<Getopt::ApacheCommonsCLI>

Apache Commons CLI.

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

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

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

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

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



( run in 2.153 seconds using v1.01-cache-2.11-cpan-3d66aa2751a )