Acme-CPANModules-PERLANCAR-Dummy
view release on metacpan or search on metacpan
lib/Acme/CPANModules/PERLANCAR/Dummy.pm view on Meta::CPAN
package Acme::CPANModules::PERLANCAR::Dummy;
use strict;
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2023-10-31'; # DATE
our $DIST = 'Acme-CPANModules-PERLANCAR-Dummy'; # DIST
our $VERSION = '0.002'; # VERSION
our $LIST = {
summary => 'List of some modules (a dummy Acme::CPANModules list for various testing)',
entry_features => {
foo => {summary=>'Foo feature (bool)'},
bar => {summary=>'Bar feature (bool)'},
baz => {summary=>'Baz feature (string)', schema=>'str*'},
},
entries => [
{
module => "App::Trrr",
features => {
foo => {value=>undef, summary=>'Some note'},
bar => {value=>undef, summary=>'Some note'},
baz => 'value1',
},
},
{
module => "App::Wax",
features => {foo=>1, bar=>1}},
{
module => "App::cpangrep",
features => {foo=>0, bar=>0},
},
{
module => "Acme::PPIx::MetaSyntactic",
features => {foo=>1, bar=>0},
},
],
};
1;
# ABSTRACT: List of some modules (a dummy Acme::CPANModules list for various testing)
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANModules::PERLANCAR::Dummy - List of some modules (a dummy Acme::CPANModules list for various testing)
=head1 VERSION
This document describes version 0.002 of Acme::CPANModules::PERLANCAR::Dummy (from Perl distribution Acme-CPANModules-PERLANCAR-Dummy), released on 2023-10-31.
=head1 ACME::CPANMODULES ENTRIES
=over
=item L<App::Trrr>
=item L<App::Wax>
Author: L<CHOCOLATE|https://metacpan.org/author/CHOCOLATE>
=item L<App::cpangrep>
Author: L<TSIBLEY|https://metacpan.org/author/TSIBLEY>
=item L<Acme::PPIx::MetaSyntactic>
Author: L<TOBYINK|https://metacpan.org/author/TOBYINK>
=back
=head1 ACME::CPANMODULES FEATURE COMPARISON MATRIX
+---------------------------+---------+---------+---------+
| module | bar *1) | baz *2) | foo *3) |
+---------------------------+---------+---------+---------+
| App::Trrr | N/A *4) | value1 | N/A *4) |
( run in 2.999 seconds using v1.01-cache-2.11-cpan-d80b1682f3f )