# # This file is part of Games::RailRoad. # 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. # package Games::RailRoad::Node::Temp; use strict; use warnings; use base qw{ Games::RailRoad::Node }; 1; __END__ =head1 NAME Games::RailRoad::Node::Temp - a node object not finished =head1 DESCRIPTION This package is a virtual class representing an unfinished node object - unfinished as in "there's clearly a branch missing". Refer to C for a description of the various node types. =head1 SEE ALSO L. =head1 AUTHOR Jerome Quelin, C<< >> =head1 COPYRIGHT & LICENSE 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. =cut