summaryrefslogtreecommitdiffstats
path: root/debian/pilot-link/pilot-link-0.12.5-dfsg/bindings/Perl/README
diff options
context:
space:
mode:
Diffstat (limited to 'debian/pilot-link/pilot-link-0.12.5-dfsg/bindings/Perl/README')
-rw-r--r--debian/pilot-link/pilot-link-0.12.5-dfsg/bindings/Perl/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/pilot-link/pilot-link-0.12.5-dfsg/bindings/Perl/README b/debian/pilot-link/pilot-link-0.12.5-dfsg/bindings/Perl/README
new file mode 100644
index 00000000..57e09067
--- /dev/null
+++ b/debian/pilot-link/pilot-link-0.12.5-dfsg/bindings/Perl/README
@@ -0,0 +1,16 @@
+This is a functional (yet always experimental) set of modules to interface
+Perl to the pilot-link library. To use it, you will need to perform these
+steps:
+
+ perl ./Makefile.PL
+ make
+
+If everything is working, you can execute a "make test". If that proves
+successful, execute a "make install UNINST=1" as the superuser (root in most
+cases) to install this interface into a system-wide location.
+
+ make test
+ su - root
+ make install UNINST=1
+
+For additional documentation, please read test.pl.