X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=Changes;h=b79e52be2c0a2035c04bcdcab8b150cbee6d7331;hp=85c5678354480940218040f8ed8755ef2f48cdfb;hb=6988ec132b1da63578af90b8b656e02c616aa095;hpb=2c1cf68730092df9d48a6115d03be122b0c3ba55 diff --git a/Changes b/Changes index 85c5678..b79e52b 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,32 @@ -Revision history for Devel-REPL +Revision history for {{ $dist->name }} +{{ $NEXT }} + +1.003026 2014-07-16 01:20:41Z + - fix inclusion of of optional plugin prereqs when installation is run + non-interactively + +1.003025 2013-09-29 22:36:59Z + - re-release with fixed prerequisites in metadata + +1.003024 2013-09-25 04:07:04Z + - re-release with fixed compile test + +1.003023 2013-09-12 00:52:03Z + - 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 + - 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 - 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