The requirement on SQL::Translator, which is set as version "0", isn't
enough. DBIC's deploy requires a higher version than 0, which recently
caused me to get test fails with DBIx::Class::InflateColumn::FS (which
uses this test module)
This can best be fixed by using DBIC's optional dependencies thingy,
which will mean you always keep up with the correct requirements.
See: http://search.cpan.org/~abraxxa/DBIx-Class-0.08194/lib/DBIx/Class/
Optional/Dependencies.pod#SYNOPSIS
Thanks!
Jess