Jifty::Script::Repl.3pm

Langue: en

Autres versions - même langue

Version: 2008-04-08 (ubuntu - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Jifty::Script::Repl - A REPL for your Jifty application

DESCRIPTION

This gives you a Devel::REPL for your Jifty application. Devel::REPL is a powerful and extensible read-eval-print-loop (basically a line-by-line interpreter). This command is similar to, but more useful than, "jifty console". "jifty console" is literally read-eval-print-loop but without any of the nice plugins (such as colors, auto-dump output, interrupt long-running commands, autorefresh code each line, etc).

METHODS

options()

Returns nothing. This script has no options now. Maybe it will have some command lines options in the future.

run()

Creates a Devel::REPL object and runs it.

AUTHOR

Shawn M Moore "<sartak@bestpractical.com">