NAME
spkg - Create Perl packages for HTML files for HTML::Seamstress manipulation
SYNOPSIS
spkg [options] html_file
OPTIONS
base_pkg_root $base_pkg_root (optional)
The directory to add to
@INCso thatbase_pkgis foundbase_append $base_append (optional)
a string which will be appended to
$base_pkgto form the argument touse base qw( )This is advanced stuff.
base_pkg $base_pkg (required)
The base package containing a method
comp_rootwhich returns the absolute path to the HTML file to be processed.
DESCRIPTION
Template and HTML::Mason both create objects which they configure with an INCLUDE_PATH or comp_root, respectively. Seamstress leverages Perl's standard include mechanism to find HTML files. As such, a base_pkg with a method that will allow runtime requires of such packages is needed.