Subject: | Many DBIx::Class warnings during unit tests |
During the DBIx::Class::Schema::Loader unit tests, when tested against
current (0.08124) DBIx::Class, there are many cases where this warning
appears:
Deferred version of method DBIx::Class::Row::_source_handle invoked more
than once (originally invoked at
/usr/local/share/perl/5.10.1/DBIx/Class/Row.pm line 1289). This is a
strong indication your code has cached the original ->can derived method
coderef, and is using it instead of the proper method re-lookup, causing
performance regressions at
/usr/local/share/perl/5.10.1/DBIx/Class/Relationship/Base.pm line 262
Deferred version of method DBIx::Class::Row::_source_handle invoked more
than once (originally invoked at
/usr/local/share/perl/5.10.1/DBIx/Class/Row.pm line 1289). This is a
strong indication your code has cached the original ->can derived method
coderef, and is using it instead of the proper method re-lookup, causing
performance regressions at
/usr/local/share/perl/5.10.1/DBIx/Class/Relationship/Accessor.pm line 34