BZ-Client
view release on metacpan or search on metacpan
"perl" => "v5.8.0",
"strict" => 0,
"warnings" => 0
},
"test_requires" => {
"Clone" => 0,
"Data::Dumper" => 0,
"DateTime" => 0,
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"IO::Socket::SSL" => 0,
"Test::More" => 0,
"Test::RequiresInternet" => 0,
"Text::Password::Pronounceable" => 0
}
);
my %fallback_build_requires = (
"Clone" => 0,
"Data::Dumper" => 0,
"DateTime" => 0,
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"IO::Socket::SSL" => 0,
"Module::Build" => "0.28",
"Test::More" => 0,
"Test::RequiresInternet" => 0,
"Text::Password::Pronounceable" => 0
);
unless ( eval { Module::Build->VERSION(0.4004) } ) {
delete $module_build_args{test_requires};
$module_build_args{build_requires} = \%fallback_build_requires;
- If you are using logDirectory, the content of error response will now be dumped out rather than just headers
- Pod is now being spell checked (which resulted in lots of spelling fixes in pod)
4.4001 Monday January 30 17:49 2017
- No changes, just release
4.4001_003 Sundary January 29 16:44 2017
- Adjustments to test suite per RT119718
4.4001_002 Friday January 1 13:42 2017
- Add IO::Socket::SSL to the test requirements, as this is why most of cpantesters is failing
4.4001_001 Friday January 1 12:17 2017
- Mention exception handling in pod, closes RT #91405
- Add an example nagios script
- Set all server tests to author_tests for now
- Bug.pm: Lots of pod improvements/Comment. Notably for update(), create() and what tags are
- Bug/Comment.pm: Improve the behaviour of get() so that you can just give it a #bugid
- t/200bug.t: fix for RT #119718
- t/300classification.t: fix for RT #119718
"test" : {
"recommends" : {
"CPAN::Meta" : "2.120900"
},
"requires" : {
"Clone" : "0",
"Data::Dumper" : "0",
"DateTime" : "0",
"ExtUtils::MakeMaker" : "0",
"File::Spec" : "0",
"IO::Socket::SSL" : "0",
"Test::More" : "0",
"Test::RequiresInternet" : "0",
"Text::Password::Pronounceable" : "0"
}
}
},
"release_status" : "stable",
"resources" : {
"homepage" : "https://github.com/djzort/BZ-Client",
"repository" : {
abstract: 'A client for the Bugzilla web services API.'
author:
- 'Dean Hamstead <dean@bytefoundry.com.au>'
- 'Jochen Wiedmann <jochen.wiedmann@gmail.com>'
build_requires:
Clone: '0'
Data::Dumper: '0'
DateTime: '0'
ExtUtils::MakeMaker: '0'
File::Spec: '0'
IO::Socket::SSL: '0'
Module::Build: '0.28'
Test::More: '0'
Test::RequiresInternet: '0'
Text::Password::Pronounceable: '0'
configure_requires:
ExtUtils::MakeMaker: '0'
Module::Build: '0.28'
dynamic_config: 0
generated_by: 'Dist::Zilla version 6.017, CPAN::Meta::Converter version 2.150010'
license: perl
Makefile.PL view on Meta::CPAN
"parent" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"Clone" => 0,
"Data::Dumper" => 0,
"DateTime" => 0,
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"IO::Socket::SSL" => 0,
"Test::More" => 0,
"Test::RequiresInternet" => 0,
"Text::Password::Pronounceable" => 0
},
"VERSION" => "4.4004",
"test" => {
"TESTS" => "t/*.t"
}
);
Makefile.PL view on Meta::CPAN
"DateTime" => 0,
"DateTime::Format::ISO8601" => 0,
"DateTime::Format::Strptime" => 0,
"DateTime::TimeZone" => 0,
"Encode" => 0,
"ExtUtils::MakeMaker" => 0,
"File::Basename" => 0,
"File::Spec" => 0,
"HTTP::CookieJar" => 0,
"HTTP::Tiny" => 0,
"IO::Socket::SSL" => 0,
"MIME::Base64" => 0,
"Module::Build" => "0.28",
"Test::More" => 0,
"Test::RequiresInternet" => 0,
"Text::Password::Pronounceable" => 0,
"URI" => 0,
"XML::Parser" => 0,
"XML::Writer" => 0,
"parent" => 0,
"strict" => 0,
requires "File::Basename";
requires "File::Spec";
requires "Encode";
requires "URI";
requires "DateTime::TimeZone";
requires "DateTime::Format::Strptime";
requires "DateTime::Format::ISO8601";
requires "MIME::Base64";
on test => sub {
requires "IO::Socket::SSL";
requires "Test::More";
requires "Test::RequiresInternet";
requires "DateTime";
requires "Text::Password::Pronounceable";
requires "Data::Dumper";
requires "Clone";
};
on develop => sub {
requires "Dist::Zilla::PluginBundle::Basic";
t/00-report-prereqs.dd view on Meta::CPAN
'test' => {
'recommends' => {
'CPAN::Meta' => '2.120900'
},
'requires' => {
'Clone' => '0',
'Data::Dumper' => '0',
'DateTime' => '0',
'ExtUtils::MakeMaker' => '0',
'File::Spec' => '0',
'IO::Socket::SSL' => '0',
'Test::More' => '0',
'Test::RequiresInternet' => '0',
'Text::Password::Pronounceable' => '0'
}
}
};
$x;
}
( run in 0.559 second using v1.01-cache-2.11-cpan-4d50c553e7e )