In 5.8.x, fast stdio places still do use stdio.
[p5sagit/p5-mst-13.2.git] / ext / Digest / MD5 / hints / dec_osf.pl
1 if ($] < 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 }