Hi, I've been developing an app using Gearman and Moose. I noticed one of the class attributes wasn't being set; it was fine the day before.
When I start up the app in the debugger then attempt to view the file and set suitable breakpoint. "f MyMods/Job.pm" I get the following response ... "Choosing accessor run_dir defined at N:\DP\lib\perl5\site_perl/MyMods/Job.pm matching `MyMods/Job':" The file doesn't appear to loaded unless I remove all of the 'has' statements. Is the symbol table somehow corrupted? I'm using Activestate Perl v 5.10. Curious to know if anyone else has come across this. Cheers Chris
