(Update: The post above by cees seems like the real explanation.)

(also I struggle to see the remotest reason why I might need anything to do with a TTY for my application but there you are...)

As do I. IO::Tty is not a direct prerequisite of anything in Rose::DB::*, nor is it an indirect prerequisite as far as I know. I don't even have that module installed, and I can pass the test suite running against all supported databases on Mac OS X and Linux. Maybe it's some sort of Win32 thing?

I use perl on Unix so I'm not very familiar with with the vagaries of perl on Win32. (I have gone through the DateTime PPM hunt before, however.) But as I said before, Rose:: is all pure perl, so no compiler should be required directly. For the few prerequisite modules that do require a compiler (e.g., DateTime), you should be able to hunt down PPMs.

You might have better luck asking on the RDBO mailing list. I'm pretty sure at least a few of the subscribers run RDBO on Win32.


In reply to Re^7: Quick way to set up columns with Class::DBI ? by siracusa
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.