Can't locate object method "select_val" via package "DBI::st" at /Library/Perl/Class/DBI.pm line 532.
####
#!usr/bin/perl -w
use Class::DBI;
use Splash::Container;
warn "Splash::Container is a Class::DBI=" . ( UNIVERSAL::isa("Splash::Container", "Class::DBI") ? "yes" : "no") ;
warn "Splash::Container is an Ima::DBI=" . ( UNIVERSAL::isa("Splash::Container", "Ima::DBI") ? "yes" : "no") ;
warn "Class::DBI is a Class::DBI::__::Base=" . ( UNIVERSAL::isa("Class::DBI", "Class::DBI::__::Base") ? "yes" : "no") ;
warn "Class::DBI::__::Base is a Ima::DBI=" . ( UNIVERSAL::isa("Class::DBI::__::Base", "Ima::DBI") ? "yes" : "no") ;
warn "here are the isas for Class::DBI=" . join ";", @Class::DBI::ISA;
warn "here are the isas for Class::DBI::__::Base=" . join ";", @Class::DBI::__::Base::ISA;
warn "here are the isas for Ima::DBI=" . join ";", @Ima::DBI::ISA;
warn "here is VERSION for Class::DBI=" . $Class::DBI::VERSION;
warn "here is VERSION for Ima::DBI=" . $Ima::DBI::VERSION;
warn "here is VERSION for DBI=" . $DBI::VERSION;
warn "here is VERSION for DBD::Pg=" . $DBD::Pg::VERSION;
1;
####
Splash::Container is a Class::DBI=yes at t/imadbi.pl line 6.
Splash::Container is an Ima::DBI=yes at t/imadbi.pl line 7.
Class::DBI is a Class::DBI::__::Base=yes at t/imadbi.pl line 8.
Class::DBI::__::Base is a Ima::DBI=yes at t/imadbi.pl line 9.
here are the isas for Class::DBI=Class::DBI::__::Base at t/imadbi.pl line 11.
here are the isas for Class::DBI::__::Base=Class::Data::Inheritable;Class::Accessor;Ima::DBI at t/imadbi.pl line 12.
here are the isas for Ima::DBI=Class::WhiteHole;DBI;Class::Data::Inheritable at t/imadbi.pl line 13.
here is VERSION for Class::DBI=0.94 at t/imadbi.pl line 15.
here is VERSION for Ima::DBI=0.31 at t/imadbi.pl line 16.
here is VERSION for DBI=1.39 at t/imadbi.pl line 17.
here is VERSION for DBD::Pg=1.22 at t/imadbi.pl line 18.
####
Splash::Container is a Class::DBI=yes at t/imadbi.pl line 6.
Splash::Container is an Ima::DBI=no at t/imadbi.pl line 7.
Class::DBI is a Class::DBI::__::Base=yes at t/imadbi.pl line 8.
Class::DBI::__::Base is a Ima::DBI=no at t/imadbi.pl line 9.
here are the isas for Class::DBI=Class::DBI::__::Base at t/imadbi.pl line 11.
here are the isas for Class::DBI::__::Base=Class::Data::Inheritable;Class::Accessor;Ima::DBI at t/imadbi.pl line 12.
here are the isas for Ima::DBI=Class::WhiteHole;DBI;Class::Data::Inheritable at t/imadbi.pl line 13.
here is VERSION for Class::DBI=0.95 at t/imadbi.pl line 15.
here is VERSION for Ima::DBI=0.31 at t/imadbi.pl line 16.
here is VERSION for DBI=1.40 at t/imadbi.pl line 17.
here is VERSION for DBD::Pg=1.22 at t/imadbi.pl line 18.