Fruit's git repositories xyzzy / master
master

Tree @master (Download .tar.gz)

Building
--------

Building this package is a little quirky: it uses both autotools and
Module::Build. Simply call both (in any order you like) to install
everything:

	sh configure
	make
	make install

	perl Build.PL
	./Build
	./Build install

-- 
Wessel Dankers