The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Statocles::Test - Base set of imports for all Statocles tests

VERSION

version 0.012

SYNOPSIS

    # t/mytest.t
    use Statocles::Test;

DESCRIPTION

This is the base module that all Statocles test scripts should use.

In addition to all the imports from Statocles::Base, this module imports:

Test::Most

Which includes Test::More, Test::Deep, Test::Differences, and Test::Exception.

Dir::Self

Provides the __DIR__ keyword.

Path::Tiny qw( path tempdir )

To create Path::Tiny objects and get temporary directories.

SEE ALSO

Statocles::Base

AUTHOR

Doug Bell <preaction@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Doug Bell.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.