X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FNewlineHack.pm;fp=lib%2FDevel%2FREPL%2FPlugin%2FNewlineHack.pm;h=0000000000000000000000000000000000000000;hp=03421cf11e51b9b0d23d7d7e513dc35974cb5953;hb=e41f170c93f4a3abb291e3513e1032813b1dfa04;hpb=8aca97943211d3610be7c46a2602f7237aae5b70 diff --git a/lib/Devel/REPL/Plugin/NewlineHack.pm b/lib/Devel/REPL/Plugin/NewlineHack.pm deleted file mode 100644 index 03421cf..0000000 --- a/lib/Devel/REPL/Plugin/NewlineHack.pm +++ /dev/null @@ -1,28 +0,0 @@ -# Original comment: -# -# Adds a newline after print. Some readlines need it some don't. I guess -# we should clarify whether this is a bug and if so whose bug at some point -# but this'll do for now ;) - -package Devel::REPL::Plugin::NewlineHack; - -use Devel::REPL::Plugin; -use namespace::autoclean; - -warn <