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

NAME

Games::ABC_Path::Solver::Base - base class for Games::ABC_Path::Solver classes.

VERSION

Version 0.3.0

SYNOPSIS

    use base 'Games::ABC_Path::Solver::Base';

    sub _init
    {

    }

FUNCTIONS

new

The default constructor - construct an object and calls _init.