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.006

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.

File::Temp

Which should be used in the object-oriented interface, to ensure easy and correct cleanup.

Dir::Self

Provides the __DIR__ keyword.

File::Basename qw( dirname )
File::Slurp qw( read_file write_file )

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.