NAME
Games::Pandemic::Utils - various utilities for Games::Pandemic
VERSION
version 0.4.0
DESCRIPTION
This module provides some helper variables and subs, to be used on various occasions throughout the code.
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.
debug( @stuff );
Output @stuff
on stderr if we're in a local git checkout. Do nothing in regular builds.
AUTHOR
Jerome Quelin
COPYRIGHT AND LICENSE
This software is Copyright (c) 2009 by Jerome Quelin.
This is free software, licensed under:
The GNU General Public License, Version 3, June 2007