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

NAME

rau.pl - RapidApp umbrella utility script

SYNOPSIS

 rau.pl [MODULE] [options]
 
 Available Modules:
   * model-update

DESCRIPTION

rau.pl is a multi-purpose utility script which comprises sub-modules that expose misc functions on the command line. rau.pl should be called with the first argument containing the name of the module followed by its argument list which will be passed in to the given module.

Call a module with the argument --help to see its usage.

Module names are translated into CamelCased class named under the RapidApp::Util::Rau::* namespace. For example, 'modal-update' becomes 'RapidApp::Util::Rau::ModelUpdate'.

So far, the only module which has been written is RapidApp::Util::Rau::ModelUpdate.

SEE ALSO

RapidApp

SUPPORT

IRC:

    Join #rapidapp on irc.perl.org.

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.