I'm running the same versions of perl and base. The production server has had the modules Apache::Reload-ed (I don't have control over restarting the server) and I was actually wondering if it might have had something to do with the fact that Apache::Reload doesn't necessarily reload things in any particular order, right? But I haven't had problems using mixin-type multiple inheritance like this in the past, and I'm doing very similar things that are also working just fine along side this new functionality, literally using the same base and mixin class, just extending them slightly differently in the concrete implementation class.

I haven't used Apache::Reload in development because I have control over that server and I need to actually figure out how to get that working. We reload via script in production so I'm not intimately familiar with the process. I'll let you know if I can reproduce it that way, although I'm not hopefully, as I Apache::Reload-ed the modules on our QA servers which are identical to production and failed to reproduce the problem.


In reply to Re^2: Problems with multiple inheritance by agianni
in thread Problems with multiple inheritance by agianni

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.