<?xml version="1.0" encoding="windows-1252"?>
<node id="968473" title="Re: DBIx::Class Result classes using Moose" created="2012-05-02 11:54:48" updated="2012-05-02 11:54:48">
<type id="11">
note</type>
<author id="645661">
tospo</author>
<data>
<field name="doctext">
oh, just realised I had forgottoen to mention how to make use of the actual Moose Role in the end but of course that's trivial once your result class (MyApp::Schema::Result::Foo) is a proper Moose class:
&lt;code&gt;
...
extends 'DBIx::Class::Core'; 
with "FoomakerRole";
...
&lt;/code&gt;</field>
<field name="root_node">
968402</field>
<field name="parent_node">
968402</field>
</data>
</node>
