With regard to this question posted by me earlier, i got a response to use App::fatpacker for my query. Link : http://perlmonks.org/?node_id=1169470

So i installed App::fatPacker and tried the following command

fatpack trace urs.pl

and then the the file fatpacker.trace is created. the next command i use is

fatpack packlists-for `cat fatpacker.trace` > packlists

i get error while running this : that module Yaml_lib.pm is not present even though the package is present in fatpacker.trace

i can't understand what could be the problem

error is as follows

.
fatpack packlists-for `cat fatpacker.trace` > packlists Can't locate Yaml_Lib.pm in @INC (@INC contains: lib /usr/lib/perl5/5. +10.0/ppc64-linux-thread-multi /usr/lib/perl5/5.10.0 /usr/lib/perl5/si +te_perl/5.10.0/ppc64-linux-thread-multi /usr/lib/perl5/site_perl/5.10 +.0 /usr/lib/perl5/vendor_perl/5.10.0/ppc64-linux-thread-multi /usr/li +b/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl .) at /usr/lib/ +perl5/site_perl/5.10.0/App/FatPacker.pm line 149. BEGIN failed--compilation aborted at /usr/bin/fatpack line 3.

pls help what could be the reason for this and how to overcome it


In reply to fatpack : Packlists error even though module present in fatpacker.trace by t-rex

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.