﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
2212	Perl missing from version-check.sh	Matthew Burgess	lfs-book@…	"Fairly trivial, but Perl is mentioned as a host pre-req, but is not checked for in version-check.sh (preface/iv).  The following works for me, although I don't know how portable it is across distros/Perl versions:

{{{
echo -n ""Perl: ""; perl --version | head -2 | tail -1 | awk '{print $4}';
}}}"	enhancement	closed	normal	7.0	Book	SVN	trivial	fixed		
