view release on metacpan or search on metacpan
inc/Test/Fatal.pm view on Meta::CPAN
#line 1
use strict;
use warnings;
package Test::Fatal;
{
$Test::Fatal::VERSION = '0.010';
}
# ABSTRACT: incredibly simple helpers for testing code with exceptions
use Carp ();
inc/Test/Fatal.pm view on Meta::CPAN
return undef;
} catch {
return $_ if $_;
my $problem = defined $_ ? 'false' : 'undef';
Carp::confess("$problem exception caught by Test::Fatal::exception");
};
}
sub success (&;@) {
view all matches for this distribution
view release on metacpan or search on metacpan
"MIME::Base64" : "0",
"Math::BigInt" : "0",
"Path::Tiny" : "0.054",
"Scalar::Util" : "0",
"Test::Deep" : "0",
"Test::Fatal" : "0",
"Test::More" : "0.96",
"Tie::IxHash" : "0",
"base" : "0",
"constant" : "0",
"lib" : "0",
view all matches for this distribution
view release on metacpan or search on metacpan
"File::Spec" : "0",
"JSON::MaybeXS" : "0",
"JSON::PP" : "2.97001",
"Path::Tiny" : "0.054",
"Test::Deep" : "0",
"Test::Fatal" : "0",
"Test::More" : "0.96",
"lib" : "0",
"perl" : "5.010001",
"utf8" : "0"
}
view all matches for this distribution
view release on metacpan or search on metacpan
- 'Mark Flickinger'
build_requires:
Exporter: '0'
FindBin::libs: '0'
Moo: '0'
Test::Fatal: '0'
Test::LeakTrace: '0'
Test::More: '0'
Test::Strict: '0'
parent: '0'
configure_requires:
view all matches for this distribution
view release on metacpan or search on metacpan
t/01-connect.t view on Meta::CPAN
use warnings; use strict;
use Test::More tests => 16;
use Test::Fatal;
use lib '.';
use t::Ultra;
use Date::Parse;
use Scalar::Util qw<looks_like_number>;
view all matches for this distribution
view release on metacpan or search on metacpan
author:
- 'David Warring <david.warring@gmail.com>'
build_requires:
ExtUtils::MakeMaker: 6.59
Test::Builder: 0
Test::Fatal: 0
Test::More: 0
Test::Warn: 0
version: 0
configure_requires:
ExtUtils::MakeMaker: 6.59
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::API" : "0",
"Test::Fatal" : "0",
"Test::Lib" : "0",
"Test::More" : "0"
}
}
},
view all matches for this distribution
view release on metacpan or search on metacpan
"IO::Handle" : "0",
"IPC::Open3" : "0",
"Minion::Backend::SQLite" : "3.001",
"Mock::MonkeyPatch" : "0",
"Mojo::SQLite" : "2.002",
"Test::Fatal" : "0",
"Test::Lib" : "0",
"Test::More" : "1.001005"
}
}
},
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",
"Mock::MonkeyPatch" : "0",
"Test::Fatal" : "0",
"Test::Lib" : "0",
"Test::More" : "1.001005"
}
}
},
view all matches for this distribution
view release on metacpan or search on metacpan
"requires" : {
"ExtUtils::MakeMaker" : "0",
"File::Spec" : "0",
"IO::Handle" : "0",
"IPC::Open3" : "0",
"Test::Fatal" : "0",
"Test::More" : "1.001005"
}
}
},
"provides" : {
view all matches for this distribution
view release on metacpan or search on metacpan
data/t/attributes/accessor_context.t view on Meta::CPAN
use strict;
use warnings;
use Test::More;
use Test::Fatal;
is( exception {
package My::Class;
use Moose;
view all matches for this distribution
view release on metacpan or search on metacpan
t/Bio-Gonzales-Feat.t view on Meta::CPAN
use warnings;
use Test::More;
use Data::Dumper;
use Test::Fatal;
BEGIN { use_ok('Bio::Gonzales::Feat'); }
#check recursion
my $f1 = Bio::Gonzales::Feat->new(
view all matches for this distribution
view release on metacpan or search on metacpan
0.003
[Bug Fixes]
- set version to encoder/decoder modules to avoid upload conflict after structure change
0.002
[Bug Fixes]
- set cpanfile Test::Fatal correct version
[Improvements]
- added clean for encode/decode functions
- project main structure moved to ABI instead of sub-modules
0.001 2022-10-23
view all matches for this distribution
view release on metacpan or search on metacpan
0.016 2024-10-04 23:46:49-03:00 America/Sao_Paulo
[Bug Fixes]
- Fix dynamic array size missing hex conversion
0.015 2023-11-09 01:45:19-03:00 America/Sao_Paulo
[Bug Fixes]
- Fix missing Test::Fatal and indirect prereqs
0.014 2023-11-06 02:41:17-03:00 America/Sao_Paulo
[Bug Fixes]
- Fixes for negative numbers encoding/decoding
[Improvements]
- Object::Pad upgrade
0.003
[Bug Fixes]
- set version to encoder/decoder modules to avoid upload conflict after structure change
0.002
[Bug Fixes]
- set cpanfile Test::Fatal correct version
[Improvements]
- added clean for encode/decode functions
- project main structure moved to ABI instead of sub-modules
0.001 2022-10-23
view all matches for this distribution
view release on metacpan or search on metacpan
0.020 2025-10-30 23:35:49-03:00 America/Sao_Paulo
[Improvements]
- Added EIP-2930 transaction support
- Added Unit conversion functions parse_units and format_units
- Transaction parameters can now also be integers or numeric strings
- Remove Test::Fatal from test dependencies
[BugFixes]
- Fix access list encoding
0.019 2025-06-28 23:31:03-03:00 America/Sao_Paulo
- Initial release of Blockchain-Ethereum toolkit as a unified distribution
- Includes functionality from the following previously separate modules:
view all matches for this distribution
view release on metacpan or search on metacpan
cpanfile.snapshot view on Meta::CPAN
provides:
Crypt::SaltedHash 0.09
requirements:
Digest 0
ExtUtils::MakeMaker 6.30
Test::Fatal 0
Test::More 0
DBD-SQLite-1.42
pathname: I/IS/ISHIGAKI/DBD-SQLite-1.42.tar.gz
provides:
DBD::SQLite 1.42
cpanfile.snapshot view on Meta::CPAN
MooseX::Role::Parameterized::Parameters 1.02
requirements:
ExtUtils::MakeMaker 6.59
Module::Runtime 0
Moose 2.0300
Test::Fatal 0
Test::Moose 0
Test::More 0.96
perl 5.008001
MooseX-SimpleConfig-0.10
pathname: E/ET/ETHER/MooseX-SimpleConfig-0.10.tar.gz
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-Pkg-0.0020
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.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
cpanfile.snapshot view on Meta::CPAN
ExtUtils::MakeMaker 6.17
Import::Into 1.002000
Module::Runtime 0.012
Test::API 0.004
Test::Deep 0.111
Test::Fatal 0.007
Test::LongString 0.15
Test::More 0.96
Test::Warnings 0.009
Try::Tiny 0.15
perl 5.008001
view all matches for this distribution
view release on metacpan or search on metacpan
- inc
- t
requires:
Moo: 0
Test::Differences: 0
Test::Fatal: 0
Test::Roo: 0
Type::Tiny: 0
resources:
license: http://dev.perl.org/licenses/
repository: https://github.com/ichesnokov/p5-box-limited
view all matches for this distribution
view release on metacpan or search on metacpan
- Check path prefix handling in serialize.t.
- Process node parl-greens (not lxp5) in serialize.t, to expose different
features.
- Update spelling test, adding a few more words.
- Use Test::CleanNamespaces in testsuite.
- Use Test::Fatal (replacing Test::Exception).
[ Other ]
- Added: Add subcommand bootstrap.
- Added: Fix implement boxer-compose option --format.
- Handle serialization details in Boxer::World::Flat (not
view all matches for this distribution
view release on metacpan or search on metacpan
"requires" : {
"File::Spec" : "0",
"IO::Handle" : "0",
"IPC::Open3" : "0",
"Moose::Util::TypeConstraints" : "0",
"Test::Fatal" : "0",
"Test::Moose" : "0",
"Test::More" : "0.88",
"lib" : "0",
"strict" : "0",
"warnings" : "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",
"Moose" : "0",
"Test::Fatal" : "0",
"Test::More" : "0"
}
}
},
"provides" : {
view all matches for this distribution
view release on metacpan or search on metacpan
"ExtUtils::MakeMaker" : "0",
"File::Spec" : "0",
"FindBin" : "0",
"IO::Handle" : "0",
"IPC::Open3" : "0",
"Test::Fatal" : "0",
"Test::Moose" : "0",
"Test::More" : "0",
"Test::Requires" : "0",
"perl" : "5.006"
}
view all matches for this distribution
view release on metacpan or search on metacpan
t/tests/Test/Brickyard.pm view on Meta::CPAN
package Test::Brickyard;
# ABSTRACT: Class tests for Brickyard
use Test::Most;
use Test::Fatal;
use Brickyard;
use parent 'Test::MyBase';
sub class { 'Brickyard' }
sub constructor : Test(2) {
view all matches for this distribution
view release on metacpan or search on metacpan
},
"test" : {
"requires" : {
"Future" : "0.26",
"List::Util" : "0",
"Test::Fatal" : "0",
"Test::LeakTrace" : "0",
"Test::More" : "0",
"parent" : "0"
}
}
view all matches for this distribution
view release on metacpan or search on metacpan
"File::Basename" : "0",
"File::Find" : "0",
"File::Spec::Functions" : "0",
"File::Temp" : "0",
"Test::Differences" : "0",
"Test::Fatal" : "0",
"Test::More" : "0",
"strict" : "0",
"warnings" : "0"
}
}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bundle/CPAN/Reporter/Smoker/Tests.pm view on Meta::CPAN
Test::Taint [1.06]
Test::Class [0.46]
Test::Class::Moose [0.54]
Test::FailWarnings [0.008]
Test::Warnings [0.016]
Test::Fatal [0.013]
Test::File [1.36]
Test::LongString [0.15]
Test::XPath [0.16]
Test::Compile [1.3.0]
Devel::Cover [1.15]
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bundle/FinalTest.pm view on Meta::CPAN
IPC::Run
IPC::Run3
MIME::Lite
Pod::Coverage
Test::Exception
Test::Fatal
Test::NoWarnings
Test::Pod
WWW::RobotRules
Digest::MD5
Email::Simple
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
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
"Pod::Wordlist" : "0",
"Test::CPAN::Changes" : "0.19",
"Test::CPAN::Meta::JSON" : "0.16",
"Test::Deep" : "0",
"Test::EOL" : "0",
"Test::Fatal" : "0",
"Test::Method" : "0",
"Test::More" : "0.96",
"Test::Pod" : "1.41",
"Test::Pod::Coverage" : "1.08",
"Test::Portability::Files" : "0",
"File::Spec" : "0",
"FindBin" : "0",
"IO::Handle" : "0",
"IPC::Open3" : "0",
"Test::Deep" : "0",
"Test::Fatal" : "0",
"Test::Method" : "0",
"Test::Moose" : "0",
"Test::More" : "0",
"Test::Requires" : "0",
"blib" : "1.01",
view all matches for this distribution
view release on metacpan or search on metacpan
"IO::Handle" : "0",
"IPC::Open3" : "0",
"Perl::Critic::Bangs" : "0",
"Pod::Coverage::TrustPod" : "0",
"Test::Exception" : "0",
"Test::Fatal" : "0",
"Test::Kwalitee" : "1.21",
"Test::More" : "0",
"Test::NoPlan" : "0",
"Test::Pod" : "1.41",
"Test::Pod::Coverage" : "1.08",
view all matches for this distribution
view release on metacpan or search on metacpan
"IO::Handle" : "0",
"IPC::Open3" : "0",
"Pod::Coverage::TrustPod" : "0",
"Taint::Runtime" : "0",
"Test::Exception" : "0",
"Test::Fatal" : "0",
"Test::Kwalitee" : "1.21",
"Test::More" : "0",
"Test::Pod" : "1.41",
"Test::Pod::Coverage" : "1.08",
"Test::Taint" : "0",
view all matches for this distribution