# hdw - linux xml-parser package
#
# author: hackbard@hackdaworld.dyndns.org
#
# [V] 2.34
# [S] 3-3
# [D] XML-Parser-2.34.tar.gz http://www.cpan.org/authors/id/M/MS/MSERGEANT/

srcdir="XML-Parser-$ver"

build_main()	{
	perl Makefile.PL
	make $make_conf
	make $install_conf install
		}
