in reply to Re: Dealing with design -- inheritance + exporting gone bad :(..
in thread Dealing with design -- inheritance + exporting gone bad :(..

I know -- unfortunately Exporter wasn't working as expected. My coworker and I found another method of solving the problem out of an O'Reilly book, but the problem is most simply solved by flattened and merging the objects, using a preset object name in the package.

Sure, it means that errors may occur on occasion, but that's what I have error checking built into the classes for. The problem is better solved using the described method because this is a solution designed for ~20 some people, most who treat Perl like it's the plague.. I could go further into the discussion, but I don't think it's relevant to the topic anymore.

Thanks for the attempt at helping me though. I learned a few things from you Joost :).

  • Comment on Re^2: Dealing with design -- inheritance + exporting gone bad :(..