Add the original source packages to maemo, source lenny
[dh-make-perl] / dev / i386 / libsub-uplevel-perl / libsub-uplevel-perl-0.1901 / INSTALL
diff --git a/dev/i386/libsub-uplevel-perl/libsub-uplevel-perl-0.1901/INSTALL b/dev/i386/libsub-uplevel-perl/libsub-uplevel-perl-0.1901/INSTALL
new file mode 100644 (file)
index 0000000..4c17f77
--- /dev/null
@@ -0,0 +1,18 @@
+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'.