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

NAME

WWW::DaysOfWonder::Memoir44::Utils - various subs and constants used in the dist

VERSION

version 3.000

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.

METHODS

my $locstr = T( $string )

Performs a call to gettext on $string, convert it from utf8 and return the result. Note that i18n is using Locale::TextDomain underneath, so refer to this module for more information.

AUTHOR

Jerome Quelin

COPYRIGHT AND LICENSE

This software is copyright (c) 2009 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.