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

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

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

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 :)

Apocalypse <apocal@cpan.org>
Props goes to Getty and the BS clan for the support!
This project is sponsored by http://cubestats.net

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