The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

clearpress - A utility for initialising applications built with the ClearPress framework.

USAGE

 scripts/clearpress -new <application-name> \
    'ent1->ent2 \
     ent1(field1:type,field2,field3:type) \
     ent2(field1,field2,field3)'

DESCRIPTION

 This script initialises an application hierarchy using the ClearPress framework.

REQUIRED ARGUMENTS

OPTIONS

 -new <application-name>
   Call my application 'application-name'.

 -yes
   Don't prompt for overwriting files.

 -driver <mysql>
   No effect (yet). Will determine what sort of database schema and
   automatic-id-allocation plan to use

DIAGNOSTICS

EXIT STATUS

 0 on success

CONFIGURATION

 All via command-line options.

DEPENDENCIES

strict
warnings
Getopt::Long
English
Carp
Template
Lingua::EN::Inflect
lib
ClearPress

INCOMPATIBILITIES

BUGS AND LIMITATIONS

AUTHOR

Roger Pettett, <rpettett@cpan.org>

LICENSE AND COPYRIGHT

Copyright (C) 2008 Roger Pettett

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.4 or, at your option, any later version of Perl 5 you may have available.