".pm" is the native executable suffix in VOS.
Jarkko Hietaniemi [Tue, 18 Dec 2001 17:49:07 +0000 (17:49 +0000)]
p4raw-id: //depot/perl@13762

hints/vos.sh

index c63ac9c..10b4212 100644 (file)
@@ -21,6 +21,11 @@ archname="hppa1.1"
 # POSIX commands are here.
 # paths="/system/gnu_library/bin"
 
+# Executable suffix.
+# No, this is not a typo.  The ".pm" really is the native
+# executable suffix in VOS.  Talk about cosmic resonance.
+_exe=".pm"
+
 # Object library paths.
 loclibpth="/system/stcp/object_library"
 loclibpth="$loclibpth /system/stcp/object_library/common"