Acme-CPANModules-PERLANCAR-Dummy

 view release on metacpan or  search on metacpan

lib/Acme/CPANModules/PERLANCAR/Dummy.pm  view on Meta::CPAN

    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},
        },



( run in 1.311 second using v1.01-cache-2.11-cpan-d80b1682f3f )