And this is my attempt to test it manually from the cmd line. Still on the machine running mysql and with the env. variables set:

\SWARCH~1\PERL\Class-DBI-mysql\Class-DBI-mysql-1.00>nmake test Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harn +ess(0, 'blib\lib', 'blib\arch')" t\mysql.t t\pod-coverage.t t\pod.t t\mysql...........ok 8/8Attempt to free unreferenced scalar: SV 0x1c47 +6a0, Perl interpreter: 0x2240dc at C:/Perl/lib/Test/Builder.pm line 1 +329. t\mysql...........dubious Test returned status 5 (wstat 1280, 0x500) after all the subtests completed successfully t\pod-coverage....skipped all skipped: Test::Pod::Coverage 1.00 required for testing POD + coverage t\pod.............skipped all skipped: Test::Pod 1.00 required for testing POD Failed Test Stat Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------- +--------- t\mysql.t 5 1280 8 0 0.00% ?? 2 tests and 2 subtests skipped. Failed 1/3 test scripts, 66.67% okay. 0/8 subtests failed, 100.00% oka +y. NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code + '0xff' Stop.


It looks like it's nearly working but not quite.

In reply to Re: Quick way to set up columns with Class::DBI ? by jfrm
in thread Quick way to set up columns with Class::DBI ? by jfrm

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.