﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
44	Thread support for Perl.	William	Jim Gifford	"Perl in the CLFS book does not support threading. But it seems most distros support it.
Should we add it or not?

{{{
./configure.gnu --prefix=/usr    -Dman1dir=/usr/share/man/man1 \
 -Dman3dir=/usr/share/man/man3 -Dpager=""/bin/less -isR"" \
 -Dusethreads

# perl -v
This is perl, v5.8.8 built for i686-linux-thread-multi
Copyright 1987-2006, Larry Wall
}}}
{{{
./configure.gnu --prefix=/usr    -Dman1dir=/usr/share/man/man1 \
  -Dman3dir=/usr/share/man/man3    -Dpager=""/bin/less -isR""

# ./perl -v
This is perl, v5.8.8 built for i686-linux
Copyright 1987-2006, Larry Wall
}}}"	enhancement	closed	minor	CLFS Standard 1.0.0	BOOK	CLFS Standard 1.0.0	fixed		
