On Sep 27, 2006, at 8:20 PM, John Siracusa wrote:

> I'd go with that approach.  You might want to take a look at
> Rose::DB::Object::MixIn, which is what Rose::DB::Object::Helper is  
> based on.

I migrated my stuff to MixIn-- just thought there should be some  
added dox to it though.

Current-
-----------
http://search.cpan.org/~jsiracusa/Rose-DB-Object-0.753/lib/Rose/DB/ 
Object/MixIn.pm
        Class Methods
        import ARGS
                • -force
                The special literal argument "-force" will cause the specified  
methods to be imported even if the calling class can already perform  
one or more of those methods.
-----------

I would suggest expanding that section and putting a note on top that  
people running mod_perl2 + Apache2::Reload ( not sure about v1,  
though i imagine its the same ) will be required to -force on all  
imports.   It doesn't affect non-changed classes, but if  
Apache2::Reload tries to recompile a class that imports form a MixIn  
derived class, it will throw the fatal error.



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to