X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=Changes;h=57463771c1cf1f9ecbfe4cfafc10efe71ba505ee;hp=07eb7aa301a20c2029e6f165447e21a12ee0ee74;hb=0e0d2539048eade7dfa30fff6f1ad5b7e90bbf70;hpb=e41f170c93f4a3abb291e3513e1032813b1dfa04 diff --git a/Changes b/Changes index 07eb7aa..5746377 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,16 @@ Revision history for {{ $dist->name }} {{ $NEXT }} + - 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