Anyone have any problems with this configuration? I can't get it to pass the tests. But, when I run the tests with perl 5.8.0, some pass and some don't. I've rebuilt with the same results. I failed the following tests:
- io/tell - 28
- op/lfs - 6
- op/sysio - 39
- op/taint - 1 (Failed cause it couldn't find cygcrypt.dll)
The reason I'm posting here instead of p5p is I wanted to find out if I'm missing something before I bother them. The thing is, op/sysio.t and io/tell.t pass when I run them with 5.8.0. (The others complain that Config.pm doesn't match. A problem with the tests that didn't complain?)
Something else - I commented out the include of Config for op/lfs and it immediately stopped cause Win32 doesn't have large file support? First, why did it do the test with perl5.8.2 and not perl5.8.0?
I built using the defaults Configure chose, in case it matters. And, for those wondering, I'm attempting to reproduce an error someone reported to me in one of my CPAN modules.
------
We are the carpenters and bricklayers of the Information Age.
Please remember that I'm crufty and crochety. All opinions are purely mine and all code is untested, unless otherwise specified.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.