NAME
Exobrain::Test - Establish test environment for Exobrain
VERSION
version 1.08
SYNOPSIS
use Exobrain;
use Exobrain::Test;
use Test More;
DESCRIPTION
This module tests up a testing environment for Exobrain. You should never be using it outside of test cases.
This module may change functionality or be removed in the future.
AUTHOR
Paul Fenwick <pjf@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Paul Fenwick.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.