Net-Fritz
view release on metacpan or search on metacpan
"test" : {
"requires" : {
"App::PodLinkCheck" : "0",
"Capture::Tiny" : "0",
"File::Basename" : "0",
"File::Path" : "0",
"HTTP::Response" : "0",
"Test::DescribeMe" : "0",
"Test::Exception" : "0",
"Test::Mock::LWP::Dispatch" : "0",
"Test::Mock::Simple" : "0",
"Test::More" : "0",
"Test::TempDir::Tiny" : "0",
"perl" : "5.006"
}
}
},
"provides" : {
"Net::Fritz" : {
"file" : "lib/Net/Fritz.pm",
"version" : "v0.0.9"
- 'Christian Garbs <mitch@cgarbs.de>'
build_requires:
App::PodLinkCheck: '0'
Capture::Tiny: '0'
File::Basename: '0'
File::Path: '0'
HTTP::Response: '0'
Test::DescribeMe: '0'
Test::Exception: '0'
Test::Mock::LWP::Dispatch: '0'
Test::Mock::Simple: '0'
Test::More: '0'
Test::TempDir::Tiny: '0'
perl: '5.006'
configure_requires:
ExtUtils::MakeMaker: '0'
perl: '5.006'
dynamic_config: 0
generated_by: 'Dist::Zilla version 6.008, CPAN::Meta::Converter version 2.150005'
license: gpl
meta-spec:
Makefile.PL view on Meta::CPAN
},
"TEST_REQUIRES" => {
"App::PodLinkCheck" => 0,
"Capture::Tiny" => 0,
"File::Basename" => 0,
"File::Path" => 0,
"HTTP::Response" => 0,
"Test::DescribeMe" => 0,
"Test::Exception" => 0,
"Test::Mock::LWP::Dispatch" => 0,
"Test::Mock::Simple" => 0,
"Test::More" => 0,
"Test::TempDir::Tiny" => 0
},
"VERSION" => "v0.0.9",
"test" => {
"TESTS" => "t/*.t"
}
);
Makefile.PL view on Meta::CPAN
"File::Spec" => 0,
"HTTP::Response" => 0,
"LWP::UserAgent" => "6.00",
"Moo" => 0,
"Moo::Role" => 0,
"SOAP::Lite" => 0,
"Scalar::Util" => 0,
"Test::DescribeMe" => 0,
"Test::Exception" => 0,
"Test::Mock::LWP::Dispatch" => 0,
"Test::Mock::Simple" => 0,
"Test::More" => 0,
"Test::TempDir::Tiny" => 0,
"XML::Parser" => 0,
"XML::Simple" => 0,
"constant" => 0,
"strict" => 0,
"warnings" => 0
);
t/03.fritz-box.t view on Meta::CPAN
#!perl
use Test::More tests => 12;
use warnings;
use strict;
use Test::Mock::Simple;
use Test::Mock::LWP::Dispatch;
use HTTP::Response;
BEGIN { use_ok('Net::Fritz::Box') };
### public tests
subtest 'check new()' => sub {
# given
( run in 0.814 second using v1.01-cache-2.11-cpan-71847e10f99 )