Merge branch 'topic/dzil'
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / NewlineHack.pm
diff --git a/lib/Devel/REPL/Plugin/NewlineHack.pm b/lib/Devel/REPL/Plugin/NewlineHack.pm
deleted file mode 100644 (file)
index 03421cf..0000000
+++ /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 <<EOW;
-No longer required, extra newline automatically produced for Gnu readline
-implementation by Devel::REPL's print() method.
-
-This plugin will be removed at some point; please remove it from your config.
-EOW
-
-1;
-
-__END__
-
-=head1 NAME
-
-Devel::REPL::Plugin::NewlineHack - (deprecated)
-
-=cut
-