Catalyst::Plugin::CommandLine

Catalyst::Plugin::CommandLine is a Catalyst plugin to make $c available also for scripts.
Download

Catalyst::Plugin::CommandLine Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jozef Kutej
  • Publisher web site:
  • http://search.cpan.org/~jkutej/Catalyst-Plugin-CommandLine-0.03/lib/Catalyst/Plugin/CommandLine.pm

Catalyst::Plugin::CommandLine Tags


Catalyst::Plugin::CommandLine Description

Catalyst::Plugin::CommandLine is a Catalyst plugin to make $c available also for scripts. SYNOPSIS # in MyCatalystApp.pm use Catalyst qw( CommandLine ); # in a script use MyCatalystApp; my $c = MyCatalystApp->commandline; $c->stash->{ ... $c->model( ... $c->controller( ... $c->view( ...FUNCTIONScommandlineWill setup $c so that it could be used in the script.Setups stash, request, response, sessionid.commandline_modeReturns true/false if catalyst is running in commandline mode. Requirements: · Perl


Catalyst::Plugin::CommandLine Related Software