add distro files
[p5sagit/Devel-REPL.git] / INSTALL
diff --git a/INSTALL b/INSTALL
new file mode 100644 (file)
index 0000000..a1dc193
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,14 @@
+WHAT IS THIS?
+
+This is Devel::REPL, an interactive Perl shell.
+Please see the README that comes with this distribution.
+
+HOW DO I INSTALL IT?
+
+To install this module, cd to the directory that contains this README
+file and type the following:
+
+   perl Makefile.PL
+   make
+   make test
+   make install