Probably should have simply updated my original post, but ah well ...

Given the massive flocking of monks to help me with this, along with the particularly awesome Google results it seems as though either I'm the only idiot trying to combine mod_perl2, Apache::Test and Devel::Cover or nobody knows how to fix it. In either event, I believe I have resolved the issue and figured I may as well update the post ...

Effectively, in a Perl tag of my httpd.conf, I was loading DBI and Apache::DBI (along with countless other custom and CPAN modules). After getting a bare-bones unit test working, I started to strip elements from my httpd.conf and found that all DBI related classes, when loaded in httpd.conf (either via use in a Perl tag, PerlModule or PerlLoadModule mod_perl directives, I would get this hauntingly criptic error. I now use those modules outside of my httpd.conf and all works well. Huh. Awesome.

Some other significant changes that were made which may have played a part (though I don't believe so) is basing my test directory off of this handy download: And although that includes some curiosities that I hadn't tried, it didn't immediately help although may have in the long run -- I really don't know.

Hope that helps someone out there.

---------
perl -le '$.=[qw(104 97 124 124 116 97)];*p=sub{[@{$_[0]},(45)x 2]};*d=sub{[(45)x 2,@{$_[0]}]};print map{chr}@{p(d($.))}'

In reply to Re: Devel::Cover under Apache::Test by wazzuteke
in thread Devel::Cover under Apache::Test by wazzuteke

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.