File: solaris.pl

package info (click to toggle)
libhtml-parser-perl 3.56-1%2Blenny1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 536 kB
  • ctags: 192
  • sloc: ansic: 1,985; perl: 1,935; makefile: 43
file content (4 lines) | stat: -rw-r--r-- 117 bytes parent folder | download | duplicates (16)
1
2
3
4
if ($Config{gccversion}) {
  print "Turning off optimizations to avoid compiler bug\n";
  $self->{OPTIMIZE} = " ";
}