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

NAME

HackaMol::ScratchRole -

VERSION

version 0.00_15

DESCRIPTION

This role adds directories to a class. This is still a work in progress, and it will probably change (suggestions welcome). The goal is to reduce the amount code required for manipulating several paths used for work, and to allow scripts to be more platform independent. MooseX::Types::Path::Class is used to coerce the attributes into Path::Class::Dir objects. See Path::Class for associated methods.

ATTRIBUTES

scratch

isa Path::Class::Dir that is 'ro'

Intended to be temporary, but there's nothing enforcing that for now.

homedir

isa Path::Class::Dir that is 'ro'

Intended to be the mother ship, but there's nothing enforcing that for now.

homedir

isa Path::Class::Dir that is 'ro'

Intended to be a place that data is retrieved from, but there's nothing enforcing that for now.

AUTHOR

Demian Riccardi <demianriccardi@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Demian Riccardi.

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