Bigtop::TentMakerPath - keeps track of where the tentmaker templates live


Bigtop documentation  | view source Contained in the Bigtop distribution.

Index


NAME

Top

Bigtop::TentMakerPath - keeps track of where the tentmaker templates live

SYNOPSIS

Top

In tentmaker:

    use Bigtop::TentMakerPath;

    my $tent_path = Bigtop::TentMakerPath->get_template_path();

DESCRIPTION

Top

Duing initial perl Build.PL, the user is asked to supply a path for tentmaker's templates. If they do that, this module is written and later installed, to keep track of where the user wanted the templates. Then, tentmaker can call get_template_path to find out where they are.

METHODS

Top

get_template_path

Returns the path, specified by the installing user, to the tentmaker templates.

AUTHOR

Top

Phil Crow, <crow.phil@gmail.com>

COPYRIGHT AND LICENSE

Top


Bigtop documentation  | view source Contained in the Bigtop distribution.