The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Locale::Framework::SQL
======================

You should be able to make this package only by issuing:

	perl Makefile.PL
	make
	
	export DSN="a database dsn", e.g. "dbi:Pg:dbname=conf;host=localhost"
	export DBUSER="a database user", e.g. "conf"
	export DBPASS="a password for the database user"

	make test

	(sudo) make install