I completely agree, if we are determined to troubleshoot this, that is the way to go. I don't have all the output saved from the last time I tried this, so I'd need to boot into Ubuntu and install all the modules again.

As I said in the original post, I can live with not knowing why it failed for me because I suspect it's non-trivial and hopefully I won't need to use App::FatPacker much in the future. If someone could help me out with the final output (the 3 modules packed into a script), I'd be grateful. Otherwise, I can fire up Ubuntu again and give you the verbatim output to hopefully help more with the troubleshooting, but I don't think there will be any new info in it.
The packlists file is created with no error messsage and it's fine, the folder structure is created with no error message, but it doesn't contain Spreadsheet::WriteExcel, and the fatpack file; cat myscript.pl) >myscript.packed.pl command throws the error about the missing lib folder. When I manually create an empty lib folder, I get an error message about missing .pm files. That's pretty specific, I'd think.

In reply to Re^4: Trying to use App::Fatpacker by elef
in thread Trying to use App::Fatpacker by elef

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.