added code and tests for Componentized::ensure_class_found and load_optional_class
authorJustin Guenther <jguenther@cpan.org>
Fri, 9 Jun 2006 21:04:50 +0000 (21:04 +0000)
committerJustin Guenther <jguenther@cpan.org>
Fri, 9 Jun 2006 21:04:50 +0000 (21:04 +0000)
commitefe6365bc168c25205c527e0e088bd7229a3575b
tree6ad17c103d7672f4817687b832d8461bc73d4c19
parent3885cff6485aba6a4708efb7f98877bc8e5d4369
added code and tests for Componentized::ensure_class_found and load_optional_class
lib/DBIx/Class/Componentised.pm
lib/DBIx/Class/Storage/DBI.pm
t/90ensure_class_loaded.t
t/92storage.t [new file with mode: 0644]
t/lib/DBICTest/ErrorComponent.pm [new file with mode: 0644]
t/lib/DBICTest/FakeComponent.pm
t/lib/DBICTest/OptionalComponent.pm [new file with mode: 0644]