This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
locale.c: savepv() of getenv()
[perl5.git] / cpan / Digest-MD5 / hints / dec_osf.pl
CommitLineData
77e6095e
JH
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}