summaryrefslogtreecommitdiffstats
path: root/lib/Reply
Commit message (Expand)AuthorAgeFilesLines
* use the new track_require functionality in the AutoRefresh pluginJesse Luehrs2013-06-251-1/+29
* dump nothing, not an empty string, if there is no result in DataDumperJesse Luehrs2013-06-241-1/+1
* usage information should go to stderr on errorJesse Luehrs2013-06-241-6/+10
* move script running stuff into Reply::AppJesse Luehrs2013-06-241-0/+118
* this should happen before compilationJesse Luehrs2013-06-211-2/+2
* doc fixesJesse Luehrs2013-06-211-3/+4
* AutoRefresh pluginMichael Reddick2013-06-201-0/+29
* document Reply::ConfigJesse Luehrs2013-06-081-0/+43
* doc updatesJesse Luehrs2013-06-081-2/+3
* allow multiple independent lexical environmentsJesse Luehrs2013-06-082-2/+12
* dump multiple results with Data::Dumper in a better wayJesse Luehrs2013-06-081-1/+1
* better Data::Dumper configJesse Luehrs2013-06-081-0/+9
* split out config handlingJesse Luehrs2013-06-081-0/+39
* make sure plugins can handle not going through read_lineJesse Luehrs2013-06-082-2/+8
* allow running single commands through the replJesse Luehrs2013-06-082-0/+5
* ensure the printer function is named properly (Charles Bailey)Jesse Luehrs2013-06-081-1/+1
* add Timer pluginArthur Axel 'fREW' Schmidt2013-06-061-0/+52
* added Reply::Plugin::DataPrinterStanislaw Pusep2013-06-041-0/+26
* stop using Lexical::Persistence entirelyJesse Luehrs2013-06-031-41/+8
* pod fixesJesse Luehrs2013-06-031-4/+4
* pod coverageJesse Luehrs2013-06-034-0/+20
* oops, undef is valid hereJesse Luehrs2013-06-031-1/+1
* start on some docsJesse Luehrs2013-06-0314-2/+329
* avoid writing the history file at all if nothing is to be savedJesse Luehrs2013-06-031-0/+2
* the #line stuff means that this doesn't have to be unreadable anymoreJesse Luehrs2013-06-033-3/+32
* actually print the nopaste urlJesse Luehrs2013-06-031-2/+2
* handle empty results in nopasteJesse Luehrs2013-06-031-1/+1
* fix undef resultsJesse Luehrs2013-05-311-0/+1
* add some configuration to a couple pluginsJesse Luehrs2013-05-316-14/+40
* display the variable it's stored in when using the result cacheJesse Luehrs2013-05-311-0/+7
* result cache pluginJesse Luehrs2013-05-311-0/+41
* work around a lexical::persistence bugJesse Luehrs2013-05-311-0/+38
* pass through extra arguments to the code to executeJesse Luehrs2013-05-311-2/+2
* nopaste pluginJesse Luehrs2013-05-301-0/+76
* add a hook for the end of a cycleJesse Luehrs2013-05-301-1/+6
* make inline comments workJesse Luehrs2013-05-303-3/+3
* editor commandJesse Luehrs2013-05-301-0/+54
* save readline historyJesse Luehrs2013-05-301-0/+26
* App::REPL -> ReplyJesse Luehrs2013-05-3012-0/+388