Config-ENV

 view release on metacpan or  search on metacpan

inc/Test/Fatal.pm  view on Meta::CPAN

use strict;
use warnings;
package Test::Fatal;
{
  $Test::Fatal::VERSION = '0.18';
}
# ABSTRACT: incredibly simple helpers for testing code with exceptions


use Carp ();
use Try::Tiny 0.07;

use Exporter 5.57 'import';

our @EXPORT    = qw(exception);
our @EXPORT_OK = qw(exception success dies_ok lives_ok);


sub exception (&) {
  my $code = shift;



( run in 0.852 second using v1.01-cache-2.11-cpan-05444aca049 )