Adding to my earlier request:

On Oct 3, 2006, at 4:34 PM, Jonathan Vanasco wrote:

> 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.

I suggest adding that , or a reference to it , to  
Rose::DB::Object::Helpers -- as any class inheriting methods from  
Helpers will run into the same Apache2::Reload problems should  
something in the class hierarchy change

also , the die message is off:

        Could not import method 'has_loaded_related' from  
Rose::DB::Object::Helpers into OBJECT - a method by that name already  
exists. Pass a '--force' argument to import() to override existing  
methods.

its actually '-force' – one dash, not two , if you're using this syntax

        use Rose::DB::Object::Helpers qw ( has_loaded_related -force );

i'm not sure if --force is valid anywhere.  if it is, i suggest the  
die be something like:
        Pass a '--force' or '-force' argument on import (depending on import  
method) to override existing methods.
-------------------------------------------------------------------------
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