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

NAME

Games::AssaultCube::Utils - Various utilities for the AssaultCube modules

SYNOPSIS

        use Games::AssaultCube::Utils qw( default_port );
        print "The default AssaultCube server port is: " . default_port() . "\n";

ABSTRACT

This module holds the various utility functions used in the AssaultCube modules.

DESCRIPTION

This module holds the various utility functions used in the AssaultCube modules. Normally you wouldn't need to use this directly.

TODO: More documentation about the functions here :)

AUTHOR

Apocalypse <apocal@cpan.org>

Props goes to Getty and the BS clan for the support!

This project is sponsored by http://cubestats.net

COPYRIGHT AND LICENSE

Copyright 2009 by Apocalypse

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