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

NAME

Games::Risk::Logger - logging capacities for prisk

VERSION

version 4.000

SYNOPSIS

    use Games::Risk::Logger qw{ debug };
    debug( "useful stuff" );

DESCRIPTION

This module provides some logging capacities to be used within prisk.

METHODS

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) 2008 by Jerome Quelin.

This is free software, licensed under:

  The GNU General Public License, Version 3, June 2007