Adde binary packages
[pkg-perl] / deb-src / libsub-uplevel-perl / libsub-uplevel-perl-0.1901 / INSTALL
diff --git a/deb-src/libsub-uplevel-perl/libsub-uplevel-perl-0.1901/INSTALL b/deb-src/libsub-uplevel-perl/libsub-uplevel-perl-0.1901/INSTALL
deleted file mode 100644 (file)
index 4c17f77..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-INSTALLATION 
-
-If Module::Build is installed (preferred):
-
-    perl Build.PL
-    perl Build
-    perl Build test
-    perl Build install
-
-Otherwise, using a Makefile:
-
-    perl Makefile.PL
-    make
-    make test
-    make install
-
-If you are on a Windows machine you should use 'nmake' or 'dmake' rather than
-'make'.