summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* add plugin to page long results (#47)Jesse Luehrs2016-08-161-0/+62
* add #vars command to list currently in scope variable names (#39)Jesse Luehrs2016-08-161-0/+8
* Merge pull request #44 from jbarrett/quiet-data-printerJesse Luehrs2016-08-161-2/+4
|\
| * If @results contains only one value, just dump that valueJohn Barrett2015-08-231-1/+2
| * Set return_value on useJohn Barrett2015-08-231-1/+1
| * Only Data::Printer::p when we have @resultJohn Barrett2015-08-231-0/+1
* | don't indicate that config values can be quotedJesse Luehrs2016-05-291-1/+1
* | allow ~ in ReadLine's history_file option (#48)Jesse Luehrs2016-05-291-0/+1
* | set a default package in case the Packages plugin isn't used (#45)Jesse Luehrs2015-12-021-0/+1
|/
* refactor default config generation to a separate methodSergey Romanov2014-11-181-11/+29
* Unshift onto @INC instead of pushing when using -I/-l/-bDagfinn Ilmari Mannsåker2014-11-161-3/+3
* simplifyJesse Luehrs2014-07-042-14/+14
* also allow executing files (#36)Jesse Luehrs2014-07-041-1/+13
* add -e option (#36)Jesse Luehrs2014-07-041-1/+6
* Fix execute context in Reply::Plugin::TimerDagfinn Ilmari Mannsåker2013-09-291-2/+2
* explicitly read from STDIN (lestrrat, fixes #26)Jesse Luehrs2013-08-292-2/+2
* Plugin::ReadLine: Added Term::ReadLine::Caroline support.tokuhirom2013-08-131-2/+17
* new Eval::Closure supports this itselfJesse Luehrs2013-08-011-6/+2
* fix link to issue trackerJesse Luehrs2013-07-241-7/+6
* clarify the location of the history file (Kosuke Asami)Jesse Luehrs2013-07-181-4/+5
* readline: refactor conditional expressionsKosuke Asami2013-07-181-5/+8
* readline: fix a bug that can't handle correct ReadLine classKosuke Asami2013-07-181-2/+2
* Let Term::ReadLine::Perl5 output compatible with Term::ReadLine::GnuKosuke Asami2013-07-171-0/+5
* Enable completion when use ReadLine::Perl5Kosuke Asami2013-07-171-2/+15
* bump dep on Eval::Closure for lexical sub fixes (fixes #19)Jesse Luehrs2013-07-101-1/+1
* make CollapseStack use Carp::Always (fixes #13)Jesse Luehrs2013-07-101-0/+21
* fix podJesse Luehrs2013-07-101-0/+2
* enable the command completer by defaultJesse Luehrs2013-07-101-0/+1
* don't let users overwrite the result cacheJesse Luehrs2013-07-101-1/+1
* only add newly declared variables hereJesse Luehrs2013-07-101-2/+5
* avoid completing functions for commandsJesse Luehrs2013-07-101-0/+1
* pod coverageJesse Luehrs2013-07-101-0/+7
* docsJesse Luehrs2013-07-102-23/+53
* autocomplete for commands (fixes #18)Jesse Luehrs2013-07-104-0/+29
* invert the sense of the package message tooJesse Luehrs2013-07-103-20/+12
* enable these by default nowJesse Luehrs2013-07-101-0/+3
* handle this a better wayJesse Luehrs2013-07-102-28/+20
* this was never usedJesse Luehrs2013-07-101-16/+0
* let plugins query for this info, rather than always publishing itJesse Luehrs2013-07-105-43/+14
* factor this outJesse Luehrs2013-07-102-20/+41
* fix these regexesJesse Luehrs2013-07-101-2/+2
* force colored output from Data::PrinterSawyer X2013-07-081-1/+1
* this needs a newlineJesse Luehrs2013-07-081-1/+1
* New CollapseStack pluginShawn M Moore2013-07-081-0/+64
* update docsJesse Luehrs2013-07-051-2/+6
* make the DataDump plugin respect stringification overload by defaultJesse Luehrs2013-07-051-2/+23
* alias lexicals to their actual valuesJesse Luehrs2013-07-041-1/+8
* just give up on the whole 'name' thing hereJesse Luehrs2013-07-045-19/+14
* todo commentJesse Luehrs2013-07-041-0/+1
* refactor this to avoid some duplicationJesse Luehrs2013-07-044-8/+32