File: dec_osf.pl

package info (click to toggle)
libdigest-md4-perl 1.9%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 248 kB
  • sloc: perl: 133; makefile: 3
file content (13 lines) | stat: -r--r--r-- 411 bytes parent folder | download | duplicates (22)
1
2
3
4
5
6
7
8
9
10
11
12
13
if ($] < 5.00503 and !$Config{gccversion}) {
  print "
  Because of a bug with the DEC system C compiler, some tests in
  t/rfc2202.t will be skipped.  These tests fail because the compiler
  bug breaks Perl's 'x' operator for eight-bit characters.  The
  Digest:: modules themselves work and should be safe to install
  anyway.

  Versions of Perl after 5.005_03 will contain a workaround for the
  bug.

";
}