add eval "require $f_class" to HasOne.pm -- otherwise it can fail when the class...
authorDavid Kamholz <davekam@pobox.com>
Sun, 16 Oct 2005 00:41:26 +0000 (00:41 +0000)
committerDavid Kamholz <davekam@pobox.com>
Sun, 16 Oct 2005 00:41:26 +0000 (00:41 +0000)
commit36e58b241cab56b1c2daaf51ad0219f2129c638c
treefe36871861613df5ca3cad5d1efd20607377753b
parentdc818523d4619db0d018411056462569bf7da63b
add eval "require $f_class" to HasOne.pm -- otherwise it can fail when the class hasn't been loaded (and load order isn't always controllable, e.g. with Catalyst)
lib/DBIx/Class/Relationship/HasOne.pm