You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michele Calgaro
884c8093d6
|
4 years ago | |
---|---|---|
.. | ||
.cvsignore | 4 years ago | |
MANIFEST | 4 years ago | |
Makefile.PL | 4 years ago | |
Makefile.PL.in | 4 years ago | |
Pilot.pm | 4 years ago | |
Pilot.xs | 4 years ago | |
README | 4 years ago | |
dump.pl | 4 years ago | |
h2xs-pilot-link | 4 years ago | |
test.pl | 4 years ago | |
typemap | 4 years ago |
README
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.