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

NAME

Statocles::Base - Base module for Statocles modules

VERSION

version 0.003

SYNOPSIS

    package MyModule;
    use Statocles::Module;

DESCRIPTION

This is the base module that all Statocles modules should use (unless they're using a more-specific base).

This module imports the following into your namespace:

strict
warnings
feature

Currently the 5.10 feature bundle

File::Spec::Functions qw( catdir catfile splitpath splitdir catpath )

We do a lot of work with the filesystem.

SEE ALSO

Import::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.