dec_osf.pl
来自「source of perl for linux application,」· PL 代码 · 共 14 行
PL
14 行
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.";}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?