From: Karen Etheridge Date: Sun, 8 Sep 2013 23:35:15 +0000 (-0700) Subject: this test warns when we load, so might as well delete it now X-Git-Tag: v1.003021~1^2~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=commitdiff_plain;h=e41f170c93f4a3abb291e3513e1032813b1dfa04;hp=8aca97943211d3610be7c46a2602f7237aae5b70 this test warns when we load, so might as well delete it now --- diff --git a/Changes b/Changes index b6941c3..07eb7aa 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,7 @@ Revision history for {{ $dist->name }} {{ $NEXT }} - removed use of deprecated functions from Class::MOP + - long-deprecated Devel::REPL::Plugin::NewlineHack removed at last 1.003020 2013-07-08 - shebang fixed in re.pl so it is rewritten to point to the proper perl at 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 <