NAME

ms-pack - pack up a directory of templates

SYNOPSIS

 ms-pack -o Templates.pm -m Foo::Templates templates/*

VERSION

 $Id: ms-pack,v 1.2 2004/09/30 13:18:40 rjbs Exp $

DESCRIPTION

This program packs up a set of template files into a single inlined template. The name of the file to be written is given with the -o option. The file is suitable for use as a template store with InlineStore. If a module name is given with the -m option, the file will be made into a Perl module for use with ModuleStore.

All other arguments are the names of files to pack.

WARNINGS

This code was hastily written and not tested. It isn't really very good, but it makes my life easier. I'll get around to making it nicer as time goes on.

TODO

Plenty.

AUTHOR

Ricardo SIGNES, <rjbs@cpan.org>

COPYRIGHT

This code is Copyright 2004, Ricardo SIGNES. It is licensed under the same terms as Perl itself.