Update:
		Fixed path in hint on making perltest.pl work.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1254 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.4
Nate Bargmann, N0NB 2002-11-07 13:21:08 +00:00
rodzic 2c4dc9fcd9
commit 37c2381daa
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
#!/usr/bin/perl
# make sure the module is there, hint: "ln -s .lib/hamlibperl.so hamlib.so"
# make sure the module is there, hint: "ln -s .libs/hamlibperl.so hamlib.so"
use hamlib;
print "Version: $hamlib::hamlib_version\n";