On Wed, Feb 15, 2006 at 08:02:36AM -0800, Alan Humphrey wrote: > Thanks. Please do update update to be consistent.
There was a reason for not making it work like that originally; said reason is, admittedly, now defunct. > After some poking around, I finally found the doc you referenced. It's in > > http://search.cpan.org/~danieltwc/DBIx-Class-0.05005/lib/DBIx/Class/Row.pm > > (reached via this POD chain: DBIx::Class -> DBIx::Class::Core -> > DBIx::Class::Row) > > Like I said, maybe it's just me, but having doc for a key method like > "update" buried like this makes it harder to be self sufficient. > > What would have helped me? Having the Core methods documented in > DBIx::Class, at least in a summary fashion, perhaps with pointers to more > detail. That way I can go to one place to see what I've got available via > my DBIx::Class object. Quite a lot of people have asked for this; nobody's yet offered a script that auto-generates it off the specific module docs (which would make it easy to keep them in sync) or even a patch that adds the current set of methods into the POD for core. Either would be extremely welcome, but I don't have the tuits, I'm afraid. -- Matt S Trout Offering custom development, consultancy and support Technical Director contracts for Catalyst, DBIx::Class and BAST. Contact Shadowcat Systems Ltd. mst (at) shadowcatsystems.co.uk for more information + Help us build a better perl ORM: http://dbix-class.shadowcatsystems.co.uk/ + _______________________________________________ List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class Wiki: http://dbix-class.shadowcatsystems.co.uk/ IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/
