X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=Changes;h=bb61744c376c0b8bcccdc8f3ab0002452e1ebe44;hp=2e90f5515e835a23222e29f5f0e491ade640f8d0;hb=91fa74995c23339062ee44f9056258280ee3251d;hpb=a3772582813b370b2ec327270db2c66d62edbb00 diff --git a/Changes b/Changes index 2e90f55..bb61744 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,28 @@ -Revision history for Devel-REPL +Revision history for {{ $dist->name }} + +{{ $NEXT }} + +1.003025 2013-09-29 22:36:59Z (Karen Etheridge) + - re-release with fixed prerequisites in metadata + +1.003024 2013-09-25 04:07:04Z (Karen Etheridge) + - re-release with fixed compile test + +1.003023 2013-09-12 00:52:03Z (Karen Etheridge) + - The default profile is now "Minimal", not "Default", as Default requires + some optional features; Default renamed to Standard (RT#88615) + +1.003022 2013-09-10 01:53:10Z (Karen Etheridge) + - workaround added for plugins consuming plugins that use optional features + - install problems fixed when some optional prereqs are not installed, by + properly detecting the lack of features during testing (RT#88542) + - spelling fixes (RT#87691, David Steinbrunner) + +1.003021 2013-09-09 02:10:45Z (Karen Etheridge) + - removed use of deprecated functions from Class::MOP + - long-deprecated Devel::REPL::Plugin::NewlineHack removed at last + - converted dist to Dist::Zilla, with a different mechanism for specifying + optional features (install with cpanm --interactive to be prompted) 1.003020 2013-07-08 - shebang fixed in re.pl so it is rewritten to point to the proper perl at @@ -50,28 +74,28 @@ Revision history for Devel-REPL 1.003010 2010-05-23 - Add exit_repl attribute as a non-signal related way to indicate the REPL should stop running. -1.3.9_02 +1.3.9_02 Unknown - resolve rt.cpan#45879 by implementing Term::ReadLine::Perl support for ReadLineHistory - resolve rt.cpan#55491 by skipping Interrupt test for win32 -1.3.9_01 +1.3.9_01 Unknown - Completion works with Term::ReadLine::Perl, which works in win32 etc 1.003009 2010-03-08 - Fix scary Moose 0.98 box, adding a check for ->isa('Devel::REPL') in Meta/Plugin.pm -1.3.8 +1.3.8 Unknown - 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 +1.3.7 2009-07-02 - resolve rt.cpan#44919 fix deprecated use of compute_all_applicable_methods -1.3.6 +1.3.6 2009-04-10 - had to cut a new release, something went wrong with use of M::I -1.3.5 +1.3.5 2009-04-09 - resolve rt.cpan#43807 three Completion drivers not loading Completion plugin - resolve rt.cpan#43808 infinite recursion on Plugin::Commands when Plugin::Packages not loaded - resolve rt.cpan#44902 warning due to deprecated use of alias_method in Plugin.pm @@ -97,7 +121,7 @@ Revision history for Devel-REPL 1.003001 2009-01-08 - Fix brokenness in the distribution manifest -1.3.0 +1.3.0 Unknown - OutputCache: If sub _ is already defined, then warn about it (once) and refuse to overwrite it - Turn MultiLine::PPI's needs_continuation into a method line_needs_continuation - Cleanup Plugin::Packages @@ -135,7 +159,7 @@ Revision history for Devel-REPL 1.002001 2008-02-24 - ship a working version of 1.002000 -1.002000 2008-02-24 +1.002000 2008-02-24 - fix Plugin to work with latest Moose - deprecate NewlineHack plugin, cause fixed in REPL.pm - OutputCache plugin @@ -152,8 +176,8 @@ Revision history for Devel-REPL - Commands plugin - Plugin metaclass -1.000001 2007-05-29 - - ? +1.000001 2007-05-29 + - unknown 1.000000 2007-05-29 - Initial release