So there.
Jarkko Hietaniemi [Mon, 18 Jun 2001 23:19:53 +0000 (23:19 +0000)]
p4raw-id: //depot/perl@10699

universal.c

index 8b20443..75e6c5e 100644 (file)
@@ -303,10 +303,9 @@ XS(XS_UNIVERSAL_VERSION)
            sv_setnv(req, n);
        }
 
-       if (SvNV(req) > SvNV(sv)) {
+       if (SvNV(req) > SvNV(sv))
            Perl_croak(aTHX_ "%s version %s required--this is only version %s",
-                      HvNAME(pkg), SvPV_nolen(req), SvPV_nolen(sv,len));
-       }
+                      HvNAME(pkg), SvPV_nolen(req), SvPV_nolen(sv));
     }
 
 finish: