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

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:

Statocles

The base module is imported to make sure that File::Share can find the right share directory.

strict
warnings
feature

Currently the 5.10 feature bundle

Path::Tiny qw( path rootdir )

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.