artist,
As far as I can tell, this message is coming from DBI. You likely have a missing:
$sth->finish;
I am betting that the problem is not in either module but with your code. Feel free to share that since my crystal ball is in the shop.?

Update: Now that you have added some code, it appears that DESTROY calls STORE('Active', 0) which is apparently failing. STORE() is inherited from DBD::File which passes it up to DBI. I do not know why this appears to be failing but it might help jZed in tracking it down. I also figured out through experimentation that the error doesn't happen if you don't actually execute the statement handle (i.e. access the file). Save extremely drastic measures, I am not sure how you would disable this warning.

Cheers - L~R


In reply to Re: Suppress the Bug by Limbic~Region
in thread Suppress the Bug by artist

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.