X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=Changes;h=558256bd96e3261fd10d1c024dbe7feeddb3a76f;hp=7478c6232d1df78363ca90cf34d92750b744e8dd;hb=4a41a538e22ab2b4396485190b8531d7eb890e14;hpb=80bc1543abb52a67ecf72a227f15b1712f1908f1 diff --git a/Changes b/Changes index 7478c62..558256b 100644 --- a/Changes +++ b/Changes @@ -1,10 +1,30 @@ Revision history for {{ $dist->name }} {{ $NEXT }} + - fix inclusion of of optional plugin prereqs when installation is run + non-interactively + +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