I have encountered an issue which appears to be a bug in the Solaris build of PAR::Packer and may previously have shown up under BSD as well but works fine under Linux

Solaris run

bash-2.05$ pp -o saxTest -e 'use XML::SAX; use Data::Dumper;print Dump +er(XML::SAX->parsers());' bash-2.05$ ./saxTest could not find ParserDetails.ini in /var/tmp/par-Utilitarian/cache-975 +edb21ccbc1a6efd7787c240583cc1b105f6fb/SAX $VAR1 = []; bash-2.05$ unzip saxTest .... bash-2.05$ find ./ -name ParserDetails.ini ./.cpan/build/XML-SAX-0.96-cpnLPo/blib/lib/XML/SAX/ParserDetails.ini ./lib/XML/SAX/ParserDetails.ini

./lib/XML/SAX/ParserDetails.ini above came directly from unziping the archive.

Linux run

linux6:~/$ pp -o saxTest -e 'use XML::SAX; use Data::Dumper;print Dump +er(XML::SAX->parsers());' linux6:~/$ ./saxTest $VAR1 = [ { 'Features' => { 'http://xml.org/sax/features/namespaces' = +> '1' }, 'Name' => 'XML::SAX::PurePerl' } ];

Has anyone come across a similar issue and if so is there a solution available?

There appears to have been a bug raised for this previously, but as far as I can tell it was closed without resolution. However I'm not familiar with the CPAN bug tracking process so if someone can give me a digestible tutorial on tracking this issue I would be massively grateful.

print "Good ",qw(night morning afternoon evening)[(localtime)[2]/6]," fellow monks."

In reply to PAR::Packer fails to find dependencies when executed by Utilitarian

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.