App-CatalystStarter-Bloated
view release on metacpan or search on metacpan
lib/App/CatalystStarter/Bloated.pm view on Meta::CPAN
return $s;
} ## creater.t
sub _run_system {
my @args = @_;
my @args_to_show = @args;
my ($o,$e,$r);
## hide db password:
if (
$args_to_show[0] =~ /_create\.pl$/ and
$args_to_show[1] eq "model"
) {
$args_to_show[8] = "<secret>" if
defined $args_to_show[8] and
$args_to_show[8] ne "";
}
if ( $ARGV{"--verbose"} ) {
lib/App/CatalystStarter/Bloated.pm view on Meta::CPAN
Sets up a TT view as ::HTML and a JSON view as ::JSON
=item *
If given a --dsn, runs create model and provides default names
for schema and model classes.
=item *
If using a dbi:Pg dsn, looks in your ~/.pgpass to find usernames
and passwords and even intelligently completes your dsn if you are
missing hostname and or port.
=item *
Sets up a TT wrapper based on a HTML5 template intializr.com and
points its css, js images and fonts to /static
=back
=head1 INTERFACE
( run in 1.022 second using v1.01-cache-2.11-cpan-49f99fa48dc )