NAME
TT2SiteModuleBuilder - Helper for Module::Build
SYNOPSIS
my $build = TT2SiteModuleBuilder->new(...);
$build->add_build_element('setup');
$build->create_build_script;
DESCRIPTION
This module is a helper for Module::Build, to process some TT2Site specific files.
It is only used during the build/install phase.
AUTHOR AND CREDITS
Johan Vromans (jvromans@squirrel.nl) wrote this software.
SEE ALSO
Module::Build, Module::Build::Cookbook.
COPYRIGHT AND DISCLAIMER
This software is Copyright 2004 by Squirrel Consultancy. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the terms of either: a) the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, or b) the "Artistic License" which comes with Perl.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the Artistic License for more details.