On 5/10/07, Christopher H. Laco <[EMAIL PROTECTED]> wrote:
Brandon Black wrote: > > You don't, you can assume, I think. I think it would be even better > to wait for mro.pm and do it as a patch to the existing CAG though. > CAG::C3 looking at Class::C3 stuff won't work for people doing C3 > without Class::C3 on perl 5.9.5+, whereas the mro.pm approach will, > since it's a backport of those 5.9.5+ interfaces. > > -- Brandon > > Very true....so, get it done already. :-)
To prevent older CPANs from getting confused, I released it as the module "MRO::Compat". It does nothing on 5.9.5, and provides all the same mro::* magic as 5.9.5 on older Perls (in a slower and dumber way, but the interfaces are compatible). It's on the way to CPAN as a dev release now, or available here: http://www.dtmf.com/MRO-Compat-0.01_01.tar.gz -- Brandon _______________________________________________ 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/ Searchable Archive: http://www.mail-archive.com/[email protected]/
