view release on metacpan or search on metacpan
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
Test::More 0.7
Test::Simple 0.7
Test-Fatal-0.010
pathname: R/RJ/RJBS/Test-Fatal-0.010.tar.gz
provides:
Test::Fatal 0.010
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
"File::Spec" : "0",
"File::Temp" : "0",
"HTTP::Response" : "6.04",
"IO::Handle" : "0",
"IPC::Open3" : "0",
"Test::Fatal" : "0.010",
"Test::More" : "0.98",
"Test::Pod" : "1.22",
"Test::Warnings" : "0.010"
}
}
view all matches for this distribution
view release on metacpan or search on metacpan
use strict;
use warnings;
use parent qw(Test::Class);
use Test::More;
use Test::Fatal qw(lives_ok dies_ok exception);
use Test::Deep;
use Test::Deep::JSON;
END { $package->runtests }
];
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Test::Expr;
use Test::ExtDirect;
use Test::Extreme;
use Test::FailWarnings;
use Test::Fake::HTTPD;
use Test::Fatal;
use Test::Fatal::matchfor;
use Test::File;
use Test::File::Cleaner;
use Test::File::Content;
use Test::File::Contents;
use Test::File::Find::Rule;
view all matches for this distribution
view release on metacpan or search on metacpan
t/01-basic.t view on Meta::CPAN
use warnings;
use Test::More 0.88;
use if $ENV{AUTHOR_TESTING}, 'Test::Warnings';
# not using Test::Fatal to keep dependencies to a minimum.
eval 'require Acme::DieOnLoad';
ok($@, 'got an exception when trying to load the module');
like($@, qr/I told you so/, 'the exception has the correct content');
view all matches for this distribution
view release on metacpan or search on metacpan
"ExtUtils::MakeMaker" : "6.17"
}
},
"test" : {
"requires" : {
"Test::Fatal" : "0",
"Types::Standard" : "0"
}
}
},
"provides" : {
view all matches for this distribution
view release on metacpan or search on metacpan
"PadWalker" : "0"
}
},
"test" : {
"requires" : {
"Test::Fatal" : "0"
}
}
},
"provides" : {
"Acme::Lexical::Thief" : {
view all matches for this distribution
view release on metacpan or search on metacpan
author:
- 'pawa <pawapawa@cpan.org>'
build_requires:
ExtUtils::MakeMaker: 6.59
Test::Base: 0
Test::Fatal: 0
Test::More: 0.98
Test::Requires: 0
configure_requires:
ExtUtils::MakeMaker: 6.59
distribution_type: module
view all matches for this distribution
view release on metacpan or search on metacpan
local/lib/perl5/IO/Async/LoopTests.pm view on Meta::CPAN
our @EXPORT = qw(
run_tests
);
use Test::More;
use Test::Fatal;
use Test::Refcount;
use IO::Async::Test qw();
use IO::Async::OS;
view all matches for this distribution
view release on metacpan or search on metacpan
"requires" : {
"Capture::Tiny" : "0",
"ExtUtils::MakeMaker" : "0",
"File::Spec" : "0",
"Test::FailWarnings" : "0",
"Test::Fatal" : "0",
"Test::More" : "0.96",
"lib" : "0"
}
}
},
view all matches for this distribution
view release on metacpan or search on metacpan
"ExtUtils::MakeMaker" : "0",
"File::Spec" : "0",
"IO::Handle" : "0",
"IPC::Open3" : "0",
"Test::CheckDeps" : "0.010",
"Test::Fatal" : "0.010",
"Test::More" : "0.98"
}
}
},
"release_status" : "stable",
view all matches for this distribution
view release on metacpan or search on metacpan
}
},
"test" : {
"requires" : {
"File::Temp" : "0",
"Test::Fatal" : "0",
"Test::More" : "0.98"
}
}
},
"provides" : {
view all matches for this distribution
view release on metacpan or search on metacpan
t/10-constructor.t view on Meta::CPAN
use warnings;
use Test::More;
use Algorithm::Classifier::IsolationForest;
# A dependency-free equivalent of Test::Fatal::exception so the suite needs
# nothing beyond Test::More (matching the dist's TEST_REQUIRES).
sub exception (&) { ## no critic (Subroutines::ProhibitSubroutinePrototypes)
my $code = shift;
my $ok = eval { $code->(); 1 };
return $ok ? undef : ( $@ // 'died' );
view all matches for this distribution
view release on metacpan or search on metacpan
requires => {
'Time::timegm' => 0,
'perl' => '5.008', # doesn't play with use constant from 5.6
},
build_requires => {
'Test::Fatal' => 0,
'Test::More' => '0.88', # done_testing
},
auto_configure_requires => 0, # Don't add M::B to configure_requires
license => 'perl',
create_makefile_pl => 'traditional',
view all matches for this distribution
view release on metacpan or search on metacpan
suggests => {
},
build_requires => {
'File::Temp' => '0',
'Test::Fatal' => '0.008',
'Test::More' => '0.98',
},
test_requires => {
},
view all matches for this distribution
view release on metacpan or search on metacpan
"warnings" : "0"
}
},
"test" : {
"requires" : {
"Test::Fatal" : "0",
"Test::More" : "0"
}
}
},
"release_status" : "stable",
view all matches for this distribution
view release on metacpan or search on metacpan
[Prereqs / TestRequires]
;Test::More = 1.001005 ; First version that allows args to subtests
;Test::Deep = 0
;Test::Differences = 0
;Test::Fatal = 0
view all matches for this distribution
view release on metacpan or search on metacpan
"sever". Also PDL::SV's doc is briefly written.
- Add a "summary" method to Data::Frame.
- Add "iris" example data set to Data::Frame::Examples.
- Restructured main module doc.
- Solved a circular use issue between Data::Frame and Data::Frame::Util.
- Switched from Test::More/Test::Most/Test::Fatal/etc to Test2::V0 for
testing.
0.0041 2019-03-10
- Release as Alt-Data-Frame-ButMore by SLOYD.
- Now it requires perl >= 5.16.
view all matches for this distribution
view release on metacpan or search on metacpan
t/04widget-style.t view on Meta::CPAN
use strict;
use warnings;
use Test::More;
use Test::Fatal;
use Tickit::Test;
use Tickit::Widget;
view all matches for this distribution
view release on metacpan or search on metacpan
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
Scalar-List-Utils-1.41
pathname: P/PE/PEVANS/Scalar-List-Utils-1.41.tar.gz
provides:
List::Util 1.41
cpanfile.snapshot view on Meta::CPAN
Struct-Dumb-0.03
pathname: P/PE/PEVANS/Struct-Dumb-0.03.tar.gz
provides:
Struct::Dumb 0.03
requirements:
Test::Fatal 0
Test::More 0.88
Sub-Exporter-Progressive-0.001011
pathname: F/FR/FREW/Sub-Exporter-Progressive-0.001011.tar.gz
provides:
Sub::Exporter::Progressive 0.001011
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
cpanfile.snapshot view on Meta::CPAN
HTML::Entities 0
HTML::Parser 3.46
HTML::Tagset 3.02
Module::Build 0.2808
Scalar::Util 0
Test::Fatal 0
Test::More 0
base 0
integer 0
perl 5.008
HTTP-Body-1.19
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
'Carp' => 0,
'Alien::AntTweakBar' => '0.02',
'Alien::SDL' => '1.444',
},
test_requires => {
'Test::Fatal' => 0,
'Test::More' => 0,
'Test::Warnings' => 0,
},
extra_compiler_flags => $all_c_flags,
extra_linker_flags => $all_libs,
view all matches for this distribution
view release on metacpan or search on metacpan
t/client/basic.t view on Meta::CPAN
use strict;
use warnings;
use Test::More tests => 4;
use Test::Fatal;
use AnyEvent;
BEGIN { use_ok('AnyEvent::eris::Client') }
subtest 'New without MessageHandler' => sub {
view all matches for this distribution
view release on metacpan or search on metacpan
Made connect_to actually work
0.038 2012-12-12 23:19:16 Europe/Amsterdam
Fix {,r,w}timeout_reset to actually work
Made it work with old perl+old Socket.pm
Switch from Test::Exception to Test::Fatal
0.037 2012-11-15 00:29:31 Europe/Amsterdam
Handle absence of IPv6 better (hopefully)
0.036 2012-06-06 19:23:18 Europe/Amsterdam
view all matches for this distribution
view release on metacpan or search on metacpan
1.243 Sat Apr 13 00:41:25 MSK 2013
- Minor fixes in POD.
1.242 Fri Apr 12 16:54:10 MSK 2013
- Increased minimal required version of Perl up to v5.8.0
- Test 10-exceptions.t rewritten with using Test::Fatal
- Edited POD.
- Minor changes in examples.
- Fixed dates in Changes file
- Fixed year in copyright in README file
view all matches for this distribution
view release on metacpan or search on metacpan
},
"prereqs" : {
"build" : {
"requires" : {
"Clone" : "0.38",
"Test::Fatal" : "0.013",
"Test::MockObject" : "1.20150527",
"Test::More" : "0.98"
}
},
"configure" : {
view all matches for this distribution
view release on metacpan or search on metacpan
"prereqs" : {
"build" : {
"requires" : {
"File::Temp" : "0.19",
"POSIX" : "0",
"Test::Fatal" : "0.013",
"Test::More" : "0.98",
"Test::TCP" : "2.12",
"Time::HiRes" : "0",
"version" : "0.77"
}
view all matches for this distribution
view release on metacpan or search on metacpan
]
},
"prereqs" : {
"build" : {
"requires" : {
"Test::Fatal" : "0.013",
"Test::MockObject" : "1.20150527",
"Test::More" : "0.98"
}
},
"configure" : {
view all matches for this distribution
view release on metacpan or search on metacpan
"perl" : "5.008001"
}
},
"test" : {
"requires" : {
"Test::Fatal" : "0",
"Test::More" : "0.98"
}
}
},
"provides" : {
view all matches for this distribution
view release on metacpan or search on metacpan
use strict;
use warnings;
use Test::More;
use Test::Deep;
use Test::Fatal;
use Cwd;
$ENV{PATH} = $^O eq 'MSWin32' ? "t/bin;$ENV{PATH}" : "t/bin:$ENV{PATH}" ;
$ENV{EDITOR} = 'bluh';
$ENV{HOME} ||= getcwd;
view all matches for this distribution