The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

RapidApp::Util::Rau::ModelUpdate - TableSpecs config updater script

SYNOPSIS

 rau.pl model-update [MODAL_PATH]
 
 Examples:
   rau.pl model-update MyApp/lib/Modal/DB.pm

DESCRIPTION

This module exposes RapidApp::Util::RapidDbic::CfgWriter on the command-line. Expects a path to a RapidDbic-based model (pm file) and will perform an in-place update of its TableSpecs config section.

SEE ALSO

AUTHOR

Henry Van Styn <vanstyn@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by IntelliTree Solutions llc.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.