
spkg - Create Perl packages for HTML files for HTML::Seamstress manipulation

spkg [options] html_file

The directory to add to @INC so that base_pkg is found
a string which will be appended to $base_pkg to form the argument to use base qw( )
This is advanced stuff.
The base package containing a method comp_root which returns the absolute path to the HTML file to be processed.

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.