X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=Changes;fp=Changes;h=cf1695e2709dda69b0591eec30aceb7eb1d571dc;hp=589ea8b5053d129026d3dacd20125f4ff996c9b0;hb=d95580e9bf570f0a680215646c86f8d74395f328;hpb=d13037d5157cf614344b6e60534d4f84da79fa39 diff --git a/Changes b/Changes index 589ea8b..cf1695e 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ + - Add doc to a bunch of plugins + - Add DDC plugin (like DDS but Data::Dumper::Concise) 1.3.9 - Fix scary Moose 0.98 box, adding a check for ->isa('Devel::REPL') in Meta/Plugin.pm 1.3.8 @@ -45,7 +47,7 @@ - Don't initialize a turtles matcher if we don't need to - Improve the MultiLine::PPI plugin by checking whether adding ;; will end in PPI::Statement::Null. If not, then there must be some incomplete structure - Respect env var DEVEL_REPL_PROFILE - - + - - Devel::REPL::Plugin::Peek - Devel::REPL::Plugin::B::Concise - Add CompletionDriver::Turtles @@ -56,7 +58,7 @@ - Add a PPI plugin for #ppi CODE - CompletionDriver::Methods which currently only works on classnames - FindVariable plugin, which returns a reference to a global variable by name - - + - - Update dependencies - Give "NAME" pod sections to all the plugins - Add AUTHOR sections where I know off the top of my head who wrote the plugin