[Dbix-class] dbic::loader and postgres
Sebastian Riedel
sri at oook.de
Mon Oct 24 18:09:29 CEST 2005
Am 24.10.2005 um 17:04 schrieb Sean Davis:
> Code here:
>
> #!/usr/bin/perl
> use strict;
>
> use DBIx::Class::Loader;
>
> my $loader = DBIx::Class::Loader->new(
> dsn => 'dbi:Pg:dbname=test',
> user => 'dbuser',
> password => '',
> namespace => 'Test');
>
> Fails on postgres with:
>
> Can't locate object method "db_Main" via package
> "DBIx::Class::Loader::Pg"
> at /Library/Perl/5.8.6/DBIx/Class/Loader/Pg.pm line 93.
Fixed in trunk.
--
sebastian
More information about the Dbix-class
mailing list