interchange / Perl-Dancer-Conference

Perl Dancer conference site built on Dancer and Interchange6
2 stars 2 forks source link

Schema::Config doesn't work with PerlDance::Schema #78

Closed racke closed 8 years ago

racke commented 9 years ago
t/talk.t .. 
ok 1 - An object of class 'PerlDance::Schema' isa 'PerlDance::Schema'
DBIx::Class::Storage::DBI::_warn_undetermined_driver(): Unable to extract a driver name from connect info - this should not have happened. While we will attempt to continue anyway, the results are likely to be underwhelming. Please upgrade DBIC, and if this message does not go away, file a bugreport including the following info:
{
  DBIC_DRIVER => "DBIx::Class::Storage::DBI",
  DBIC_DSN => "PerlDance",
  DBIC_VER => "0.082820",
  DBI_VER => "1.634"
}
SysPete commented 8 years ago

Looks like this is fixed by a6059fef7c24df4a691c78a4428b0d38ed7aec96 - @racke please confirm.

racke commented 8 years ago

Yes.