Quick start :
./run-tests http://data.globalchange.gov
To run an individual test :
export GCIS_API_URL=http://data.globalchange.gov
prove t/02-client.t
Or : export GCIS_API_URL=http://data.globalchange.gov perl Build.PL ./Build test
Contents :
./run-tests -- script to run the tests
t/ -- directory containing tests
Have fun!