summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* add Autocomplete::Packages to the default configJesse Luehrs2013-06-271-0/+1
|
* allow trailing single colons tooJesse Luehrs2013-06-271-1/+1
|
* split out different completion typesJesse Luehrs2013-06-272-26/+47
|
* pod coverageJesse Luehrs2013-06-271-0/+5
|
* Let readline present all matches and iterate over themShawn M Moore2013-06-271-3/+8
|
* First pass of pulling Package::Names out of %INCShawn M Moore2013-06-271-0/+26
|
* First cut of Autocomplete: completes Perl keywordsShawn M Moore2013-06-271-0/+40
|
* Register the tab_handler with ReadLineShawn M Moore2013-06-271-0/+22
|
* 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
|
* support color on windows (aero)Jesse Luehrs2013-06-271-0/+6
|
* bump the Getopt::Long depJesse Luehrs2013-06-261-1/+1
|
* a bit more docsJesse Luehrs2013-06-261-1/+2
|
* pod coverageJesse Luehrs2013-06-261-0/+9
|
* add a default command of #q for quitting the replJesse Luehrs2013-06-261-0/+24
|
* make breaking out of the repl with loop callbacks actually workJesse Luehrs2013-06-261-1/+3
|
* add a few more command line options (RT86341)Jesse Luehrs2013-06-261-2/+11
|
* docsJesse Luehrs2013-06-261-1/+18
|
* delete here tooJesse Luehrs2013-06-261-1/+1
|
* turn setting the current package into a parameterJesse Luehrs2013-06-262-9/+10
|
* use the new track_require functionality in the AutoRefresh pluginJesse Luehrs2013-06-251-1/+29
|
* 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
* 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
|
* update these linksJesse Luehrs2013-06-211-8/+8
|
* this should happen before compilationJesse Luehrs2013-06-211-2/+2
| | | | (now that the Class::Refresh bug is fixed)
* doc fixesJesse Luehrs2013-06-211-3/+4
|
* AutoRefresh pluginMichael Reddick2013-06-201-0/+29
|
* document Reply::ConfigJesse Luehrs2013-06-081-0/+43
|
* a few cleanupsJesse Luehrs2013-06-081-16/+13
|
* doc updatesJesse Luehrs2013-06-082-3/+13
|
* use run_one for all of these tooJesse Luehrs2013-06-081-2/+2
|
* 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-082-5/+46
|
* this makes more sense to happen at the endJesse Luehrs2013-06-081-2/+2
|
* make sure plugins can handle not going through read_lineJesse Luehrs2013-06-082-2/+8
|
* allow running single commands through the replJesse Luehrs2013-06-083-11/+37
|
* 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
| | | | | the things it's doing are really pretty trivial, and i can't actually get it to work the way i want it to
* pod fixesJesse Luehrs2013-06-032-5/+5
|
* make this private tooJesse Luehrs2013-06-031-25/+17
|
* pod coverageJesse Luehrs2013-06-034-0/+20
|
* oops, undef is valid hereJesse Luehrs2013-06-031-1/+1
|
* note that it's experimentalJesse Luehrs2013-06-031-0/+3
|
* start on some docsJesse Luehrs2013-06-0315-2/+451
|