Hello, i got the error with Perl 5.16.2 MSWin32-x64-multi-thread,'Text::Wrap', 2012.0818. Other 2 distros seems ok


c:\SCRIPTS>c:\ulisse\strawberry\perl\bin\perl.exe -MConfig -MText::Wra +p -e "print qq(Perl $Config{version} $Config{archn ame },'Text::Wrap', $Text::Wrap::VERSION) " & c:\ulisse\strawberry\pe +rl\bin\perl.exe C:\scripts\textWrapPM01.pl Perl 5.14.2 MSWin32-x86-multi-thread,'Text::Wrap', 2009.0305Text::Wrap + info: Subverion: Version: 2009.0305 123456789|123456789|123456789|123456789|123456789|123456789| the quick brown fox jumped over the lazy dog ----------- 123456789|123456789|123456789|123456789|123456789|123456789| =========================== =================== ----------- c:\SCRIPTS> c:\SCRIPTS> c:\SCRIPTS> c:\SCRIPTS> c:\SCRIPTS> c:\SCRIPTS>c:\ulisse\straw64\perl\bin\perl.exe -MConfig -MText::Wrap - +e "print qq(Perl $Config{version} $Config{archname },'Text::Wrap', $Text::Wrap::VERSION) " & c:\ulisse\straw64\perl\bin +\perl.exe C:\scripts\textWrapPM01.pl Perl 5.16.2 MSWin32-x64-multi-thread,'Text::Wrap', 2012.0818Text::Wrap + info: Subverion: modern Version: 2012.0818 123456789|123456789|123456789|123456789|123456789|123456789| the quick brown fox jumped over the lazy dog ----------- This shouldn't happen at c:/ulisse/straw64/perl/vendor/lib/Text/Wrap.p +m line 84. c:\SCRIPTS> c:\SCRIPTS> c:\SCRIPTS> c:\SCRIPTS> c:\SCRIPTS>c:\perl\bin\perl.exe -MConfig -MText::Wrap -e "print qq(Per +l $Config{version} $Config{archname },'Text::Wrap ', $Text::Wrap::VERSION) " & c:\perl\bin\perl.exe C:\scripts\textWrapP +M01.pl Perl 5.8.8 MSWin32-x86-multi-thread,'Text::Wrap', 2005.082401Text::Wra +p info: Subverion: Version: 2005.082401 123456789|123456789|123456789|123456789|123456789|123456789| the quick brown fox jumped over the lazy dog ----------- 123456789|123456789|123456789|123456789|123456789|123456789| =========================== =================== ----------- c:\SCRIPTS>
HTH
L*
There are no rules, there are no thumbs..
Reinvent the wheel, then learn The Wheel; may be one day you reinvent one of THE WHEELS.

In reply to Re: Possible bug in Text::Wrap ??? by Discipulus
in thread Possible bug in Text::Wrap ??? by freddo411

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.