summaryrefslogtreecommitdiffstats
path: root/lib/Reply.pm
Commit message (Collapse)AuthorAgeFilesLines
* simplifyJesse Luehrs2014-07-041-5/+12
|
* fix link to issue trackerJesse Luehrs2013-07-241-7/+6
|
* clean up the publisher stuff some moreJesse Luehrs2013-06-271-6/+14
|
* turn this into a generic pub/sub mechanismJesse Luehrs2013-06-271-3/+3
|
* Provide each plugin a tab_handler coderef optionShawn M Moore2013-06-271-2/+15
|
* _concatenate_plugin for returning all plugins' return values in a listShawn M Moore2013-06-271-0/+16
|
* a bit more docsJesse Luehrs2013-06-261-1/+2
|
* make breaking out of the repl with loop callbacks actually workJesse Luehrs2013-06-261-1/+3
|
* use require_module instead of use_package_optimisticallyJesse Luehrs2013-06-241-2/+2
| | | | | | | use_package_optimistically has a bug (https://rt.cpan.org/Ticket/Display.html?id=86394) and the chances of someone trying to load a plugin that doesn't have its own file seem pretty low i think
* update these linksJesse Luehrs2013-06-211-8/+8
|
* a few cleanupsJesse Luehrs2013-06-081-16/+13
|
* doc updatesJesse Luehrs2013-06-081-1/+10
|
* use run_one for all of these tooJesse Luehrs2013-06-081-2/+2
|
* split out config handlingJesse Luehrs2013-06-081-5/+7
|
* this makes more sense to happen at the endJesse Luehrs2013-06-081-2/+2
|
* allow running single commands through the replJesse Luehrs2013-06-081-11/+32
|
* pod fixesJesse Luehrs2013-06-031-1/+1
|
* make this private tooJesse Luehrs2013-06-031-25/+17
|
* note that it's experimentalJesse Luehrs2013-06-031-0/+3
|
* start on some docsJesse Luehrs2013-06-031-0/+122
|
* make a couple things private for nowJesse Luehrs2013-06-031-21/+21
|
* add a hook for the end of a cycleJesse Luehrs2013-05-301-1/+8
|
* better error reportingJesse Luehrs2013-05-301-2/+3
|
* command supportJesse Luehrs2013-05-301-0/+4
|
* App::REPL -> ReplyJesse Luehrs2013-05-301-0/+167