Skip Menu |

This queue is for tickets about the Devel-REPL CPAN distribution.

Report information
The Basics
Id: 60134
Status: patched
Priority: 0/
Queue: Devel-REPL

People
Owner: Nobody in particular
Requestors: xenoterracide [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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
On Fri Aug 06 04:10:12 2010, XENO wrote: Show quoted text
> ... > > 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
Update: there is no Devel::REPL::Plugin manual page. A ticket to that effect is open for Devel::REPL.
Subject: Re: [rt.cpan.org #60134] [PATCH 4/4] add instructions on including plugins
Date: Thu, 3 Feb 2011 04:57:26 -0600
To: bug-Devel-REPL [...] rt.cpan.org
From: Caleb Cushing <xenoterracide [...] gmail.com>
On Wed, Feb 2, 2011 at 10:34 AM, Chris Marshall via RT <bug-Devel-REPL@rt.cpan.org> wrote: Show quoted text
> Update: there is no Devel::REPL::Plugin manual page. > A ticket to that effect is open for Devel::REPL.
... this is patch 4/4 I don't really remember what the 4 patches were since this was opened over 6 months ago... apply all 4 patches and see what they do? maybe I created that page? if not rewrite the patch to be correct... -- Caleb Cushing http://xenoterracide.com
On Thu Feb 03 05:57:38 2011, XENO wrote: Show quoted text
> On Wed, Feb 2, 2011 at 10:34 AM, Chris Marshall via RT > <bug-Devel-REPL@rt.cpan.org> wrote:
> > Update: there is no Devel::REPL::Plugin manual page. > > A ticket to that effect is open for Devel::REPL.
> > > ... this is patch 4/4 I don't really remember what the 4 patches were > since this was opened over 6 months ago... apply all 4 patches and see > what they do? maybe I created that page? if not rewrite the patch to > be correct...
Sorry, I was using the rt.cpan.org interface and I saw the statement about documentation on the Plugin interface and wanted to make sure there was a cross-ref to the fact that there is no such POD. Any idea how to use the e-mail interface to RT? The web interface is ok but it is not possible to keep formatting and other issues.
Subject: Re: [rt.cpan.org #60134] [PATCH 4/4] add instructions on including plugins
Date: Thu, 3 Feb 2011 22:04:09 -0600
To: bug-Devel-REPL [...] rt.cpan.org
From: Caleb Cushing <xenoterracide [...] gmail.com>
On Thu, Feb 3, 2011 at 6:16 AM, Chris Marshall via RT <bug-Devel-REPL@rt.cpan.org> wrote: Show quoted text
> Any idea how to use the e-mail interface to RT?  The > web interface is ok but it is not possible to keep > formatting and other issues.
not really, but if you open the message with full headers in the web interface you can download that file and apply as a git patch... I never figured out if there was a fast way to do it. -- Caleb Cushing http://xenoterracide.com