view release on metacpan or search on metacpan
"test" : {
"requires" : {
"DBICx::TestDatabase" : "0",
"DBIx::Class::TimeStamp" : "0",
"Test::Deep" : "0",
"Test::Fatal" : "0",
"Test::More" : "0.63"
}
}
},
"release_status" : "stable",
view all matches for this distribution
view release on metacpan or search on metacpan
"script_files" => [],
"test_requires" => {
"File::Temp" => 0,
"IPC::System::Simple" => 0,
"Test::API" => 0,
"Test::Fatal" => 0,
"Test::More" => "0.88",
"autodie" => 0
}
);
my %fallback_build_requires = (
"File::Temp" => 0,
"IPC::System::Simple" => 0,
"Module::Build" => "0.3601",
"Test::API" => 0,
"Test::Fatal" => 0,
"Test::More" => "0.88",
"autodie" => 0
);
view all matches for this distribution
view release on metacpan or search on metacpan
cpanfile.snapshot view on Meta::CPAN
requirements:
Class::Load 0.20
ExtUtils::CBuilder 0
Module::Build 0.3601
Module::Implementation 0.04
Test::Fatal 0
Test::More 0.88
Test::Requires 0
XSLoader 0
constant 0
strict 0
cpanfile.snapshot view on Meta::CPAN
Carp 0
ExtUtils::MakeMaker 6.30
List::MoreUtils 0
Params::Util 0
Sub::Install 0
Test::Fatal 0
Test::More 0.88
Test::Requires 0
strict 0
warnings 0
Package-Stash-0.36
cpanfile.snapshot view on Meta::CPAN
Getopt::Long 0
Module::Implementation 0.06
Package::Stash::XS 0.26
Scalar::Util 0
Symbol 0
Test::Fatal 0
Test::More 0.88
Test::Requires 0
Text::ParseWords 0
base 0
constant 0
cpanfile.snapshot view on Meta::CPAN
Role::Tiny 1.003002
Role::Tiny::With undef
requirements:
Exporter 5.57
ExtUtils::MakeMaker 0
Test::Fatal 0.003
Test::More 0.96
Sub-Exporter-0.987
pathname: R/RJ/RJBS/Sub-Exporter-0.987.tar.gz
provides:
Sub::Exporter 0.987
cpanfile.snapshot view on Meta::CPAN
Test::More 0.7
Test::Simple 0.7
Test-Fatal-0.013
pathname: R/RJ/RJBS/Test-Fatal-0.013.tar.gz
provides:
Test::Fatal 0.013
requirements:
Carp 0
Exporter 5.57
ExtUtils::MakeMaker 6.30
Test::Builder 0
view all matches for this distribution
view release on metacpan or search on metacpan
t/04-frozen.t view on Meta::CPAN
like exception(sub { $anon->set(6) }), qr/read-only/, 'mutating a frozen anonymous bitset croaks';
}
done_testing;
# minimal exception helper (avoid a Test::Fatal dependency)
sub exception {
my $code = shift;
my $err;
{ local $@; eval { $code->(); 1 } or $err = $@; }
return $err;
view all matches for this distribution
view release on metacpan or search on metacpan
module_name => 'Data::Bitfield',
configure_requires => {
'Module::Build' => '0.4004', # test_requires
},
test_requires => {
'Test::Fatal' => 0,
'Test::More' => '0.88', # done_testing
},
license => 'perl',
create_license => 1,
create_readme => 1,
view all matches for this distribution
view release on metacpan or search on metacpan
t/03-frozen.t view on Meta::CPAN
ok $A->contains($_), "merged-in '$_' present after merge from frozen other" for qw(xx yy zz);
}
done_testing;
# minimal exception helper (avoid a Test::Fatal dependency)
sub exception {
my $code = shift;
my $err;
{ local $@; eval { $code->(); 1 } or $err = $@; }
return $err;
view all matches for this distribution
view release on metacpan or search on metacpan
"CPAN::Meta" : "2.120900"
},
"requires" : {
"ExtUtils::MakeMaker" : "0",
"File::Spec" : "0",
"Test::Fatal" : "0",
"Test::More" : "0.96"
}
}
},
"release_status" : "stable",
view all matches for this distribution
view release on metacpan or search on metacpan
"build_requires" => {
"File::Find" => 0,
"File::Temp" => 0,
"Module::Build" => "0.3601",
"Sub::Override" => 0,
"Test::Fatal" => 0,
"Test::More" => 0,
"strict" => 0,
"warnings" => 0
},
"configure_requires" => {
view all matches for this distribution
view release on metacpan or search on metacpan
t/03-frozen.t view on Meta::CPAN
is $A->total, 1 + 3, 'merge target total includes its own add plus the frozen other';
}
done_testing;
# minimal exception helper (avoid a Test::Fatal dependency)
sub exception {
my $code = shift;
my $err;
{ local $@; eval { $code->(); 1 } or $err = $@; }
return $err;
view all matches for this distribution
view release on metacpan or search on metacpan
t/03-frozen.t view on Meta::CPAN
ok $A->contains($_), "merged-in '$_' present after merge from frozen other" for qw(xx yy zz);
}
done_testing;
# minimal exception helper (avoid a Test::Fatal dependency)
sub exception {
my $code = shift;
my $err;
{ local $@; eval { $code->(); 1 } or $err = $@; }
return $err;
view all matches for this distribution
view release on metacpan or search on metacpan
t/03-frozen.t view on Meta::CPAN
like exception(sub { Data::CuckooFilter::Shared->new_readonly(undef) }),
qr/required/, 'new_readonly requires a path';
done_testing;
# minimal exception helper (avoid a Test::Fatal dependency)
sub exception {
my $code = shift;
my $err;
{ local $@; eval { $code->(); 1 } or $err = $@; }
return $err;
view all matches for this distribution
view release on metacpan or search on metacpan
t/03-frozen.t view on Meta::CPAN
is $A->min, 5, 'merge target keeps its own min';
}
done_testing;
# minimal exception helper (avoid a Test::Fatal dependency)
sub exception {
my $code = shift;
my $err;
{ local $@; eval { $code->(); 1 } or $err = $@; }
return $err;
view all matches for this distribution
view release on metacpan or search on metacpan
t/03-frozen.t view on Meta::CPAN
is $A->point(9), 3, 'merged-in position present after merge from frozen other';
}
done_testing;
# minimal exception helper (avoid a Test::Fatal dependency)
sub exception {
my $code = shift;
my $err;
{ local $@; eval { $code->(); 1 } or $err = $@; }
return $err;
view all matches for this distribution
view release on metacpan or search on metacpan
t/02-frozen.t view on Meta::CPAN
like exception(sub { Data::Fenwick2D::Shared->new_readonly(undef) }),
qr/required/, 'new_readonly requires a path';
done_testing;
# minimal exception helper (avoid a Test::Fatal dependency)
sub exception {
my $code = shift;
my $err;
{ local $@; eval { $code->(); 1 } or $err = $@; }
return $err;
view all matches for this distribution
view release on metacpan or search on metacpan
},
"test" : {
"requires" : {
"Exporter" : "0",
"Scalar::Util" : "0",
"Test::Fatal" : "0",
"Test::More" : "0"
}
}
},
"release_status" : "stable",
view all matches for this distribution
view release on metacpan or search on metacpan
t/04-frozen.t view on Meta::CPAN
like exception(sub { Data::Graph::Shared->new_readonly(undef) }),
qr/required/, 'new_readonly requires a path';
done_testing;
# minimal exception helper (avoid a Test::Fatal dependency)
sub exception {
my $code = shift;
my $err;
{ local $@; eval { $code->(); 1 } or $err = $@; }
return $err;
view all matches for this distribution
view release on metacpan or search on metacpan
'File::Slurp' => 0,
'JSON' => 0,
'Log::Any::Adapter' => 0,
'Log::Any::Adapter::FileHandle' => 0,
'strictures' => 0,
'Test::Fatal' => 0,
'Test::More' => 0,
},
configure_requires => {
'Module::Build' => 0.40,
},
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Data/Handle/Exception.pm view on Meta::CPAN
=over 4
=item Try::Tiny
=item Test::Fatal
=back
=item White - Everything Else, the place the problem is most likely to be.
view all matches for this distribution
view release on metacpan or search on metacpan
t/03-frozen.t view on Meta::CPAN
for (50, 60, 70);
}
done_testing;
# minimal exception helper (avoid a Test::Fatal dependency)
sub exception {
my $code = shift;
my $err;
{ local $@; eval { $code->(); 1 } or $err = $@; }
return $err;
view all matches for this distribution
view release on metacpan or search on metacpan
"Capture::Tiny" : "0",
"List::AutoNumbered" : "0.000009",
"Quote::Code" : "1.0102",
"Sub::Identify" : "0.14",
"Test::Deep" : "0.098",
"Test::Fatal" : "0.014",
"Test::More" : "0",
"Test::UseAllModules" : "0.17",
"Test::Warn" : "0.35",
"rlib" : "0"
}
view all matches for this distribution
view release on metacpan or search on metacpan
t/03-frozen.t view on Meta::CPAN
ok $A->count >= 1, 'merge target reflects its own + frozen-other items';
}
done_testing;
# minimal exception helper (avoid a Test::Fatal dependency)
sub exception {
my $code = shift;
my $err;
{ local $@; eval { $code->(); 1 } or $err = $@; }
return $err;
view all matches for this distribution
view release on metacpan or search on metacpan
t/04-frozen.t view on Meta::CPAN
like exception(sub { $anon->intern("more") }), qr/read-only/, 'mutating a frozen anonymous table croaks';
}
done_testing;
# minimal exception helper (avoid a Test::Fatal dependency)
sub exception {
my $code = shift;
my $err;
{ local $@; eval { $code->(); 1 } or $err = $@; }
return $err;
view all matches for this distribution
view release on metacpan or search on metacpan
t/02-frozen.t view on Meta::CPAN
like exception(sub { Data::IntervalTree::Shared->new_readonly(undef) }),
qr/required/, 'new_readonly requires a path';
done_testing;
# minimal exception helper (avoid a Test::Fatal dependency)
sub exception {
my $code = shift;
my $err;
{ local $@; eval { $code->(); 1 } or $err = $@; }
return $err;
view all matches for this distribution
view release on metacpan or search on metacpan
]
},
"prereqs" : {
"build" : {
"requires" : {
"Test::Fatal" : "0.008",
"Test::More" : "0.98"
}
},
"configure" : {
"requires" : {
view all matches for this distribution
view release on metacpan or search on metacpan
t/02-frozen.t view on Meta::CPAN
is_deeply [$ro->radius([0, 0], 5)], [], 'frozen empty tree: radius empty read-only';
}
done_testing;
# minimal exception helper (avoid a Test::Fatal dependency)
sub exception {
my $code = shift;
my $err;
{ local $@; eval { $code->(); 1 } or $err = $@; }
return $err;
view all matches for this distribution
view release on metacpan or search on metacpan
license => 'perl',
dynamic_config => 0,
build_requires => {
'Test::More' => '0.98',
'Test::Fatal' => '0',
'Test::Requires' => '0',
},
configure_requires => { 'Module::Build' => '0.38' },
requires => {
perl => "5.008001",
view all matches for this distribution
view release on metacpan or search on metacpan
t/03-frozen.t view on Meta::CPAN
is_deeply [ $A->registers ], [ $U->registers ], 'merge from a frozen other == the union sketch';
}
done_testing;
# minimal exception helper (avoid a Test::Fatal dependency)
sub exception {
my $code = shift;
my $err;
{ local $@; eval { $code->(); 1 } or $err = $@; }
return $err;
view all matches for this distribution
view release on metacpan or search on metacpan
t/validation/types.t view on Meta::CPAN
use strict;
use warnings;
use Test::More;
use Test::Fatal;
use Test::Exception;
use Data::MuForm::Types (':assert', ':all');
isa_ok( PositiveNum, 'Type::Tiny', 'PositiveNum' );
view all matches for this distribution
view release on metacpan or search on metacpan
}
},
"test" : {
"requires" : {
"Find::Lib" : "0",
"Test::Fatal" : "0",
"Test::More" : "0.98",
"Test::More::Hooks" : "0",
"Test::Pretty" : "0"
}
}
view all matches for this distribution
view release on metacpan or search on metacpan
}
},
"test" : {
"requires" : {
"Test::Deep" : "0",
"Test::Fatal" : "0",
"Test::Output" : "0"
}
}
},
"release_status" : "stable",
view all matches for this distribution