http://qs321.pair.com?node_id=624246

spx2 has asked for the wisdom of the Perl Monks concerning the following question:

hi,i tried using on windows DBIx::Class but when i make a script called deploy wich is supposed to create the tables

the script:
use DB::Main; $dbh = DB::Main->connect('dbi:SQLite:t\var\database.db'); $dbh->deploy;

so i run the code and i get something very nasty on windows with activestate like SQL::Translator version 0.08 needed,you have only version 0.07

http://search.cpan.org/dist/SQL-Translator/ this is the link to where one could get 0.08 version how do i set it up ?