BZ-Client
view release on metacpan or search on metacpan
"url" : "https://github.com/djzort/BZ-Client.git",
"web" : "https://github.com/djzort/BZ-Client"
}
},
"version" : "4.4004",
"x_author_pledge" : {
"version" : 1
},
"x_contributors" : [
"Andrew Hewus Fresh <andrew@afresh1.com>",
"Dean Hamstead <dean@fragfest.com.au>",
"Jochen Wiedmann <jwied@cpan.org>"
],
"x_generated_by_perl" : "v5.32.0",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.25",
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
}
strict: '0'
warnings: '0'
resources:
homepage: https://github.com/djzort/BZ-Client
repository: https://github.com/djzort/BZ-Client.git
version: '4.4004'
x_author_pledge:
version: 1
x_contributors:
- 'Andrew Hewus Fresh <andrew@afresh1.com>'
- 'Dean Hamstead <dean@fragfest.com.au>'
- 'Jochen Wiedmann <jwied@cpan.org>'
x_generated_by_perl: v5.32.0
x_serialization_backend: 'YAML::Tiny version 1.73'
x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
</developer>
<helper>
<foaf:Person>
<foaf:name>Andrew Hewus Fresh</foaf:name>
<foaf:mbox rdf:resource="mailto:andrew@afresh1.com" />
</foaf:Person>
</helper>
<helper>
<foaf:Person>
<foaf:name>Dean Hamstead</foaf:name>
<foaf:mbox rdf:resource="mailto:dean@fragfest.com.au" />
</foaf:Person>
</helper>
<helper>
<foaf:Person>
<foaf:name>Jochen Wiedmann</foaf:name>
<foaf:mbox rdf:resource="mailto:jwied@cpan.org" />
</foaf:Person>
</helper>
<license rdf:resource="http://dev.perl.org/licenses/" />
<homepage rdf:resource="https://github.com/djzort/BZ-Client" />
t/600product.t view on Meta::CPAN
else {
ok( 1, 'No errors: ' . $method );
}
if ( !$ids or ref $ids ne 'ARRAY' or ( !$allowEmpty and !@$ids ) ) {
diag q/No product ID's returned./;
return;
}
{
is_deeply( # this may prove too fragile, as changes on landfil will break it
[ sort @$ids ],
[
sort grep {
$quirks{ $tester->{version} }{products}{$_}{$method}
} keys %{ $quirks{ $tester->{version} }{products} }
],
'IDs returned correctly for: ' . $method
) or diag $method . ', ID: ' . join( ', ', sort @$ids );
}
( run in 1.173 second using v1.01-cache-2.11-cpan-364913b4093 )