X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=Changes;h=cee4cdae549e5522b747040538f58d26d8469482;hp=e93388c9efa5717204ae4f152e5929a543641e25;hb=f283346085ff7da029cd511bde407fd1519d7ce6;hpb=54fea9b0966ec7b5f91bc0567a41503c2e4e283b diff --git a/Changes b/Changes index e93388c..cee4cda 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,8 @@ +1.3.9 + - Fix scary Moose 0.98 box, adding a check for ->isa('Devel::REPL') in Meta/Plugin.pm 1.3.8 + - Add doc to a bunch of plugins + - Add DDC plugin (like DDS but Data::Dumper::Concise) - resolve rt.cpan#44231 SIGINT does not quit the REPL just kills the line being edited 1.3.7 - resolve rt.cpan#44919 fix deprecated use of compute_all_applicable_methods @@ -43,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 @@ -54,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