From: Karen Etheridge Date: Tue, 10 Sep 2013 01:56:39 +0000 (-0700) Subject: Devel-REPL-1.003022 X-Git-Tag: v1.003022^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=commitdiff_plain;h=e962ffaa09fd9f651d8f1224953e6a1af66cfcbb Devel-REPL-1.003022 - 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) --- diff --git a/Changes b/Changes index 5746377..59f0058 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for {{ $dist->name }} {{ $NEXT }} + +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) diff --git a/README.md b/README.md index f29874a..fe960dd 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ filename like so: system$ re.pl --rcfile myproject.pc -If the filename happens to contain a forwardslash, then it's used absolutely, +If the filename happens to contain a forward slash, then it's used absolutely, or realive to the current working directory: system$ re.pl --rcfile /path/to/my/project/repl.rc @@ -127,7 +127,7 @@ A default profile ships with `Devel::REPL`; it loads the following plugins: ## Plugins -Plugins are a way to add funcionality to the REPL shell, and take advantage of +Plugins are a way to add functionality to the REPL shell, and take advantage of `Devel::REPL` being based on the [Moose](http://search.cpan.org/perldoc?Moose) object system for Perl 5. This means it's simple to 'hook into' many steps of the R-E-P-L process. Plugins can change the way commands are interpreted, or the way their results are