What causes this bug on XP? Thanks. Module looks useful, but never works.

use IO::All; # Some of the many ways to read a whole file into a scalar io('file.txt') > $contents; # Overloaded "arrow" $contents < io 'file.txt'; # Flipped but same ope +ration $io = io 'file.txt'; # Create a new IO::All + object String found where operator expected at C:/Perl/site/lib/IO/All.pm lin +e 12, near "spiffy_constructor 'io'" (Do you need to predeclare spiffy_constructor?) syntax error at C:/Perl/site/lib/IO/All.pm line 12, near "spiffy_const +ructor 'io'" BEGIN not safe after errors--compilation aborted at C:/Perl/site/lib/I +O/All.pm line 142. Compilation failed in require at parse_dir_output_02.pl line 5. BEGIN failed--compilation aborted at parse_dir_output_02.pl line 5. >Exit code: 255

In reply to IO::All bug on XP -- Do you need to predeclare spiffy_constructor? by hackdaddy

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.