Re: MooseX::DBIc
[email protected] (Stevan Little)
| Newsgroups | perl.moose |
|---|---|
| Message-ID | <[email protected]> |
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. - 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? >