The other part is that DBIx::Connect is for Software Engineering not for off-the-cuff scripting.
Not to comment on the other assertions as I have no database experience, I don't like the implications of this sentence. It seems to go against the grain of Perl's spirit (you know, "simple things [...]"). I don't think it is any help in accountability as you can just make a file in /tmp and rm it immediately after launching the script, but that's a subjective issue.
Patch test.pl so that it uses the now-standard dbi:ExampleP driver. This would be OK, but this must be a 5.8.0 thing and many people are still on 5.6.1.
IMHO it is unwise at this point to target 5.8. On the other hand, the suggestion as such is a thoroughly good one; I'd consider patching test.pl such that it checks for the Perl version and proceeds accordingly.

Makeshifts last the longest.


In reply to Re: Critique of DBIx::Connect Requested by Aristotle
in thread Critique of DBIx::Connect Requested by princepawn

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.