1if ($] < 5.00503 and !$Config{gccversion}) { 2 print " 3 Because of a bug with the DEC system C compiler, some tests in 4 t/rfc2202.t will be skipped. These tests fail because the compiler 5 bug breaks Perl's 'x' operator for eight-bit characters. The 6 Digest:: modules themselves work and should be safe to install 7 anyway. 8 9 Versions of Perl after 5.005_03 will contain a workaround for the 10 bug. 11 12"; 13} 14