Adding comment formatting option to the nopaste plugin
authoracmoore <acmoore@bd8105ee-0ff8-0310-8827-fb3f25b6796d>
Mon, 23 Mar 2009 15:55:15 +0000 (15:55 +0000)
committeracmoore <acmoore@bd8105ee-0ff8-0310-8827-fb3f25b6796d>
Mon, 23 Mar 2009 15:55:15 +0000 (15:55 +0000)
commit76cd9acd4630d77ac67967cefcea99ec9591e1be
tree86c7a69ab0cc88fa7704f37eed2d3c0a82ff98e6
parentda4881b1648ae6e76bf3d9387df92ef6c57a08a6
Adding comment formatting option to the nopaste plugin

This patch adds the ability to configure the format of the session as
is sent to the nopaste server. Formerly, the perl commands were
commented out and the output of them was not. This patch provides a
configuration option to swtich that behavior so that by default the
perl code is not commented out, but the output from each statement is
and this can be optionally switched back to the former behavior.

git-svn-id: http://dev.catalyst.perl.org/repos/bast/trunk/Devel-REPL@5801 bd8105ee-0ff8-0310-8827-fb3f25b6796d
lib/Devel/REPL/Plugin/Nopaste.pm