Group
Extension

Matches 4

CPANPLUS-Dist-Debora ( V/VO/VOEGELAS/CPANPLUS-Dist-Debora-0.012.tar.gz, VOEGELAS, 2023; MetaCPAN )
CPANPLUS-Dist-Debora/t/license.t ( view source; MetaCPAN )

}];

isnt $license->name,            q{}, 'name is not empty';
isnt $license->meta_name,       q{}, 'meta_name is not empty';
isnt $license->meta2_name,      q{}, 'meta2_name is not empty';
isnt $lic
ense->spdx_expression, q{}, 'spdx_expression is not empty';
isnt $license->license,         q{}, 'license is not empty';

ok !defined $license->url, 'url is not defined';
like $license->notice, qr{\b\
CPANPLUS-Dist-Debora ( V/VO/VOEGELAS/CPANPLUS-Dist-Debora-0.012.tar.gz, VOEGELAS, 2023; MetaCPAN )
CPANPLUS-Dist-Debora/t/pod.t ( view source; MetaCPAN )
Dist::Debora', 'lib');

isa_ok $pod, 'CPANPLUS::Dist::Debora::Pod';

isnt $pod->summary,      q{},     'summary is not empty';
isnt $pod->description,  q{},     'description is not empty';
isa_ok $pod
CPANPLUS-Dist-Debora ( V/VO/VOEGELAS/CPANPLUS-Dist-Debora-0.012.tar.gz, VOEGELAS, 2023; MetaCPAN )
CPANPLUS-Dist-Debora/t/util.t ( view source; MetaCPAN )
un(command => [$perl, '-v'], dir => $tempdir, buffer => \$output),
        'can run program';
    isnt $output, q{}, 'program output is not empty';

    my $has_failed = 0;
    run(command => [$perl, 
CPANPLUS-Dist-Debora ( V/VO/VOEGELAS/CPANPLUS-Dist-Debora-0.012.tar.gz, VOEGELAS, 2023; MetaCPAN )
CPANPLUS-Dist-Debora/t/debian.t ( view source; MetaCPAN )
ge->outputname, qr{[.]deb \z}xms, 'file extension is .deb';

my $changelog = $package->changelog;
isnt $changelog, q{}, 'changelog is not empty';

my $control = $package->control;
like $control, qr{^ 

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.