Install Scrpbk

First you need to grab the source:

svn checkout http://dev.ecclestoad.co.uk/svn/scrpbk/trunk scrpbk-trunk

Then you run the normal commands:

cd scrpbk-trunk/
perl Build.PL
./Build
./Build test

And the tests fail... The tests are now out of date with Catalyst (I think) in that they try to start and run their own server. They should be ported to something like Test::WWW::Mechanize::Catalyst. Also there is something odd going on with Catalyst::Base. Please submit patches if you get them working.