- 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
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
=head2 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
C<Devel::REPL> being based on the L<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
=back
-For Ruby it would be irb, for Python is... python byitself and for perl...
+For Ruby it would be irb, for Python is... python by itself and for perl...
and there was nothing for perl (except that ugly perl -d -e "" and several
failed projects) until Devel::REPL was written by Matt S Trout (a.k.a. mst)
from ShadowCatSystems L<http://www.shadowcatsystems.co.uk>.
=head2 I want it to bark, fly, jump and swim! or Plugins
-Plugins extend functionality and change behavor of Devel::REPL.
+Plugins extend functionality and change behavior of Devel::REPL.
Bundled plugins are:
=over 2
my @found;
# most VCSes don't litter every single fucking directory with garbage. if you
- # know of any other, just stick them in here. noone wants to complete
+ # know of any other, just stick them in here. No one wants to complete
# Devel::REPL::Plugin::.svn
my %ignored =
(