exact
view release on metacpan or search on metacpan
lib/exact.pm view on Meta::CPAN
=for markdown [](https://github.com/gryphonshafer/exact/actions?query=workflow%3Atest)
[](https://codecov.io/gh/gryphonshafer/exact)
=head1 SYNOPSIS
Instead of this:
use strict;
use warnings;
use feature ':all';
no warnings "experimental";
use utf8;
use open ':std', ':utf8';
use mro 'c3';
use IO::File;
use IO::Handle;
use Carp qw( croak carp confess cluck );
use Syntax::Keyword::Try;
use PerlX::Maybe ':all';
use namespace::autoclean;
( run in 0.326 second using v1.01-cache-2.11-cpan-cba739cd03b )