Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
In the CPAN i read that tests failed just with MSWin32-x86-multi-thread. After downloading File::Tail from ActiveState i realized no Win32-IMPLEMENTATION-entry in th ppd-file. That's
That just seems a bit disconnected to me :) Why wouldn't you download the distribution from CPAN (maybe you need to read A Guide to Installing Modules)?

Did anybody of you implement File::Tail on a windows-System with AS-Perl 5.6.1?
Just because the test suite fails, doesn't mean the module won't work on a certain platform.

Worst case scenario, the module doesn't work, but most likely it's just that the tests are flawed (as it actually turns out in this case).

The fail report in question "is an error report generated automatically by CPANPLUS", meaning a person didn't actually examine the tests. A casual inspection reveals misguided equality tests (a test prints "0\n1\n2\n3\n4", then reads it back, no chomping is done(or binmode), then a string equiality test is used with "\n" -- not kosher). The tests in the File-Tail distribution need updating (looks as though the author has gone awol).

recommendation: go ahead and install the module, and see if you run into trouble in using it (the part of the module that was being tested appears to work).

Beyond that i'would be interested in a comfortable way of installing ppm-packets without webaccess
I wouldn't call it comfortable, but sure, see my readme (in my signature), follow the links (and their links) and read :) update: bart tyepo s/reccommend/recommend/

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.


In reply to Re: is File::Tail usable on Windows ? by PodMaster
in thread is File::Tail usable on Windows ? by tos

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (7)
As of 2024-04-19 09:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found