added ensure_class_loaded method to Componentized, which should fix problems with...
authorJustin Guenther <jguenther@cpan.org>
Fri, 19 May 2006 20:50:55 +0000 (20:50 +0000)
committerJustin Guenther <jguenther@cpan.org>
Fri, 19 May 2006 20:50:55 +0000 (20:50 +0000)
commitc037c03aa6089d35c8a62ce5e1ed8b19e765c8bc
treeef76609f03af8a7c5aa08d680431c216ca87e124
parent0b88a5bb24f2b536a11ea76e228897f60a10893d
added ensure_class_loaded method to Componentized, which should fix problems with nonexistent classes referenced in relationships going undetected
12 files changed:
lib/DBIx/Class/CDBICompat/HasA.pm
lib/DBIx/Class/Componentised.pm
lib/DBIx/Class/Relationship/BelongsTo.pm
lib/DBIx/Class/Relationship/HasMany.pm
lib/DBIx/Class/Relationship/HasOne.pm
lib/DBIx/Class/ResultSource.pm
lib/DBIx/Class/Schema.pm
t/basicrels/30ensure_class_loaded.t [new file with mode: 0644]
t/helperrels/30ensure_class_loaded.t [new file with mode: 0644]
t/lib/DBICTest/FakeComponent.pm [new file with mode: 0644]
t/lib/DBICTest/Schema/TreeLike.pm
t/run/30ensure_class_loaded.tl [new file with mode: 0644]