Before I posted I suspected the temp file so I tested it. I modified the test file to print the temp file location to STDERR and turned off the CLEANUP option in tempdir(CLEANUP => 1). I then ran the install again and found the 'sploit' file in the temp folder. That wasn't the problem.

The file "t/CVE-2015-1592.inc" is one of the files included with the module in the test folder. It is being deleted by the Antivirus scanner as soon as it is copied to the hard drive. When "t/CVE-2015-1592.t" runs it attempts to run the inc file with Perl (actually $^X) but it isn't there so Perl complains with the "Can't open Perl script [...]" I posted in the OP. Normally, the test runs the inc file, which contains the exploit code, and outputs the result to sploit. It then checks the contents of the sploit file for the warning that Storable is supposed to produce when it detects the exploit.


In reply to Re^2: Installation of Storable 3.11 fails due to antivirus removing test data by Lotus1
in thread Installation of Storable 3.11 fails due to antivirus removing test data by Lotus1

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.