source: trunk/essentials/dev-lang/perl/ext/Digest/MD5/hints/dec_osf.pl

Last change on this file was 3181, checked in by bird, 19 years ago

perl 5.8.8

File size: 411 bytes
Line 
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}
Note: See TracBrowser for help on using the repository browser.