Lines Matching +full:meta +full:- +full:spec
5 use CPAN::Meta;
13 name => 'Module-Billed',
19 'meta-spec' => {
21 url => 'http://search.cpan.org/perldoc?CPAN::Meta::Spec',
28 my $meta = CPAN::Meta->new({ %distmeta });
31 $meta->should_index_package('Foo::Bar::Baz'),
36 $meta->should_index_file('lib/Foo/Bar/Baz.pm'),
42 my $meta = CPAN::Meta->new({
51 ! $meta->should_index_package('Foo::Bar'),
56 $meta->should_index_package('Foo::Bar::Baz'),
61 ! $meta->should_index_package('Foo::Bar::Baz::Quux'),
67 my $meta = CPAN::Meta->new({
76 ! $meta->should_index_file('lib/Foo/Bar.pm'),
81 $meta->should_index_file('lib/Foo/Bar/Baz.pm'),
86 ! $meta->should_index_file('lib/Foo/Bar/Baz/Quux.pm'),