NAME

Build.PL - Build script for Class::DBI::ViewLoader

SYNOPSIS

    perl Build.PL --db_name=mydb
		  --user=username
		  --pass=password
		  --db_host=host
		  --init_db=db

    ./Build
    ./Build test
    ./Build install