The #10455 exposed that modfl() is fundamentally busted
Jarkko Hietaniemi [Wed, 6 Jun 2001 20:49:23 +0000 (20:49 +0000)]
(as in: dumps core) in pre-5.0 Tru64, so better avoid even
testing it.

p4raw-id: //depot/perl@10457

hints/dec_osf.sh

index ce3a40c..9275932 100644 (file)
@@ -285,6 +285,10 @@ $define|true|[yY]*) d_Gconvert='sprintf((b),"%.*Lg",(n),(x))' ;;
 esac
 EOCBU
 
+case "`/usr/sbin/sizer -v`" in
+*4.0*) d_modfl=undef ;; # must wait till 5.0
+esac
+
 #
 # Unset temporary variables no more needed.
 #