Add exit_repl attribute for clean REPL exits
authorChris Marshall <devel.chm.01@gmail.com>
Fri, 14 May 2010 23:48:57 +0000 (19:48 -0400)
committerChris Marshall <devel.chm.01@gmail.com>
Fri, 14 May 2010 23:48:57 +0000 (19:48 -0400)
commit577190956fdbf84c17da73d3cdab183309542c9b
treede995e996fd6c3c54ccbb447224c906f6a209f3f
parent574865eddcc80cbb9a0adec967d2b5c2f12feb0d
Add exit_repl attribute for clean REPL exits

When $self->exit_repl(1) is set, the Devel::REPL will
exit the run loop cleanly.  This supports a simple,
command based quit functionality.
lib/Devel/REPL.pm