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

NAME

Module::Packaged::Generator::Utils - various subs and constants used in the dist

VERSION

version 1.111930

DESCRIPTION

This module exports some subs & variables used in the dist.

The following variables are available:

  • $DATADIR

        my $file = $DATADIR->file( ... );

    A Path::Class object containing the data directory for the distribution. This directory will be created if needed.

AUTHOR

Jerome Quelin

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Jerome Quelin.

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