CC: | Caleb Cushing <xenoterracide [...] gmail.com> |
Subject: | [PATCH 4/4] add instructions on including plugins |
Date: | Fri, 6 Aug 2010 04:09:38 -0400 |
To: | bug-devel-repl [...] rt.cpan.org |
From: | Caleb Cushing <xenoterracide [...] gmail.com> |
Signed-off-by: Caleb Cushing <xenoterracide@gmail.com>
---
lib/Devel/REPL.pm | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/lib/Devel/REPL.pm b/lib/Devel/REPL.pm
index 43f8ecb..2337bb2 100644
--- a/lib/Devel/REPL.pm
+++ b/lib/Devel/REPL.pm
@@ -327,7 +327,9 @@ output, or even add commands to the shell environment.
A number of plugins ship with C<Devel::REPL>, and more are available on the
CPAN. Some of the shipped plugins are loaded in the default profile, mentioned
-above.
+above. These plugins can be loaded in your C<< $HOME/.re.pl/repl.rc >> like:
+
+ load_plugin qw( CompletionDriver::Global DumpHistory );
Writing your own plugins is not difficult, and is discussed in the
L<Devel::REPL::Plugin> manual page, along with links to the manual pages of
--
1.7.2.1