>
> Do you see a difference if you replace the line
>> *use base qw/DBIx::Class::Core/; *
>> by: use base 'DBIx::Class';
>> __PACKAGE__->load_components("**Core");
>>
>> in your schema file ?
>>
>
> Both of these are 100% identical, why would he see a difference? :)
>
>
> well,  I don't know what load_components("Core") actually does, and I have
not yet looked into it.
Compared to a schema class of mine (generated by dbicdump), that was the
only difference I could spot. Apparently irrelevent ;-)
Nice thing about this list, is that at least somebody learns something.
Here, it was actually the guy trying to give an answer :-)
Cheers,
Marc
_______________________________________________
List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/
Searchable Archive: http://www.grokbase.com/group/dbix-class@lists.scsys.co.uk

Reply via email to