[Jifty-commit] r6466 - in jifty/trunk: plugins/REPL/lib/Jifty/Plugin

Jifty commits jifty-commit at lists.jifty.org
Wed Feb 25 16:24:09 EST 2009


Author: alexmv
Date: Wed Feb 25 16:24:07 2009
New Revision: 6466

Added:
   jifty/trunk/plugins/REPL/lib/Jifty/Plugin/REPL.pm
Modified:
   jifty/trunk/   (props changed)

Log:
 r42700 at kohr-ah:  chmrr | 2009-02-25 16:23:02 -0500
 Add REPL plugin placeholder


Added: jifty/trunk/plugins/REPL/lib/Jifty/Plugin/REPL.pm
==============================================================================
--- (empty file)
+++ jifty/trunk/plugins/REPL/lib/Jifty/Plugin/REPL.pm	Wed Feb 25 16:24:07 2009
@@ -0,0 +1,29 @@
+use strict;
+use warnings;
+
+package Jifty::Plugin::REPL;
+use base qw/Jifty::Plugin/;
+
+=head1 NAME
+
+Jifty::Plugin::REPL - Provide a read-eval-print loop for Jifty
+
+=head1 SYNOPSIS
+
+In your config.yml or equivilent:
+
+  Plugins:
+   - REPL: {}
+
+From the command line:
+
+  jifty repl
+
+=head1 DESCRIPTION
+
+See L<Jifty::Plugin::REPL::Script::Repl> for details on the REPL
+environment.
+
+=cut
+
+1;


More information about the Jifty-commit mailing list