Fellow monks;

I am not quite sure what to do here, but I released a new version of LaTeX::Encode and I started getting cpantesters failures. All failures occur on Perl 5.12 and below, and they are all taint-mode failures. Perl 5.14 and higher work fine.

The stack trace looks like this:

Insecure dependency in require while running with -T switch at /home/s +and/src/perl/repoperls/installed-perls/perl/perl-5.8.9/5da8/lib/5.8.9 +/Test/Builder.pm line 1526. Test::Builder::_try(Test::Builder=HASH(0x22b5120), CODE(0x2250790) +, "die_on_fail", 1) called at /home/sand/src/perl/repoperls/installed +-perls/perl/perl-5.8.9/5da8/lib/5.8.9/Test/Builder.pm line 914 Test::Builder::_unoverload(Test::Builder=HASH(0x22b5120), "\"\"", +SCALAR(0x2243610)) called at /home/sand/src/perl/repoperls/installed- +perls/perl/perl-5.8.9/5da8/lib/5.8.9/Test/Builder.pm line 936 Test::Builder::_unoverload_str(Test::Builder=HASH(0x22b5120), SCAL +AR(0x2243610)) called at /home/sand/src/perl/repoperls/installed-perl +s/perl/perl-5.8.9/5da8/lib/5.8.9/Test/Builder.pm line 822 Test::Builder::ok(Test::Builder=HASH(0x22b5120), undef, "use LaTeX +::Encode;") called at /home/sand/src/perl/repoperls/installed-perls/p +erl/perl-5.8.9/5da8/lib/5.8.9/Test/More.pm line 968 Test::More::use_ok("LaTeX::Encode") called at t/00-basic.t line 12 # Looks like your test exited with 255 before it could output anything +.

The error is again being raised from deep in the test suite, but I have other modules which properly work with use_ok here. What could be different here?


In reply to taint-mode failures only on Perl 5.12 and lower? by einhverfr

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.