Acme-CPANModules-Interop-Ruby

 view release on metacpan or  search on metacpan

lib/Acme/CPANModules/Interop/Ruby.pm  view on Meta::CPAN

package Acme::CPANModules::Interop::Ruby;

use strict;
#use warnings;

our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2022-02-04'; # DATE
our $DIST = 'Acme-CPANModules-Interop-Ruby'; # DIST
our $VERSION = '0.002'; # VERSION

our $LIST = {
    summary => "List of modules/applications that help interoperate with the Ruby world",
    entries => [
        {
            module => 'Inline::Ruby',
            summary => 'Write Ruby code inside your Perl code',
            tags => ['code'],
        },
        {
            module => 'Ruby',
            summary => 'API to local Ruby interpreter',
            tags => ['interpreter'],
        },
        {
            module => 'Data::Format::Pretty::Ruby',
            summary => 'Like Data::Dumper but outputs Ruby code',
            tags => ['data'],
        },
        {
            module => 'mRuby',
            summary => 'Binding to the embedded Ruby interpreter',
            tags => ['interpreter'],
        },
        {
            module => 'HTML::ERuby',
            summary => 'Parse ERuby document',
            tags => [],
        },
    ],
};

1;
# ABSTRACT: List of modules/applications that help interoperate with the Ruby world

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANModules::Interop::Ruby - List of modules/applications that help interoperate with the Ruby world

=head1 VERSION

This document describes version 0.002 of Acme::CPANModules::Interop::Ruby (from Perl distribution Acme-CPANModules-Interop-Ruby), released on 2022-02-04.

=head1 DESCRIPTION

=head2 SEE ALSO

L<Acme::CPANModules::Interop::Python> and other
C<Acme::CPANModules::Interop::*> modules.

L<Acme::CPANModules::PortedFrom::Ruby>

=head1 ACME::CPANMODULES ENTRIES

=over

=item * L<Inline::Ruby> - Write Ruby code inside your Perl code

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

=item * L<Ruby> - API to local Ruby interpreter

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

=item * L<Data::Format::Pretty::Ruby> - Like Data::Dumper but outputs Ruby code

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

=item * L<mRuby> - Binding to the embedded Ruby interpreter

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

=item * L<HTML::ERuby> - Parse ERuby document

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

=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 Interop::Ruby



( run in 2.072 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )