--- On Tue, 12/30/08, Stevan Little <stevan.lit...@iinteractive.com> wrote:
> From: Stevan Little <stevan.lit...@iinteractive.com>
> Subject: Re: MooseX::DBIc
> To: "Sean Allen" <s...@monkeysnatchbanana.com>
> Cc: moose@perl.org
> Date: Tuesday, December 30, 2008, 9:29 PM
> Sean,
>
> Take a look at the test suite, specifically the code inside
> https://svn.iinteractive.com/repos/cpan/MooseX-DBIC/trunk/t/lib/
> that is the most complete example we have (other then $work
> code which I can't show you).
>
> Keep in mind though that this module is unreleased and only
> been used in one (fairly straightforward) $work application
> so far. In other words, this is unreleased pre-alpha
> software, use at your own risk. Chris Prather (perigrin on
> IRC) can speak to this better then I can as he was the
> author of the $work app.
>
> That all said, it is a pretty simple wrapper and I suspect
> it doesn't have too many bugs lurking below the surface
> as it is very shallow. And if you really would like to see
> it released and more stable I would be happy to give you a
> commit-bit and you can start writing more tests, docs, etc.
I'd also add that as we begin to close off the development of DBIC .08100 and
begin contemplating .09, that's going to be a Moose inspired rewrite so if you
are very interested and have time you should start hanging out on #dbix-class
--john
>
> - Stevan
>
> On Dec 30, 2008, at 12:11 PM, Sean Allen wrote:
>
> > I'm rather new to Moose ( 3 days in ) and if
> I'm going to make use of it, then the DBIc extension
> looks like a must have for me.
> > I found it via google and have looked over the code in
> svn but I'm not proficient with Moose so I don't
> really understand how
> > I would go about using it. Is there any example code
> floating around I could take a look at?
> >