Games::RailRoad
===============

Games::RailRoad is basically a train simulation, allowing you to create
railroads and trains running on this. just as when you were kid.



INSTALLATION
============

To install this module, run the following commands:

   perl Makefile.PL
   make
   make test
   make install


Or, using Module::Builder:

   perl Build.PL
   ./Build
   ./Build test
   ./Build install



SUPPORT AND DOCUMENTATION
=========================

After installing, you can find documentation for this module with the perldoc command.

   perldoc Games::RailRoad

You can also look for information at:
 . Search CPAN
       http://search.cpan.org/dist/Games-RailRoad
 . CPAN Request Tracker:
       http://rt.cpan.org/NoAuth/Bugs.html?Dist=Games-RailRoad
 . AnnoCPAN, annotated CPAN documentation:
       http://annocpan.org/dist/Games-RailRoad
 . CPAN Ratings:
       http://cpanratings.perl.org/d/Games-RailRoad



COPYRIGHT AND LICENCE
=====================

Copyright (c) 2008 Jerome Quelin, all rights reserved.

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