Included some modules explicitly using -M option and path to search for these modules using -l option and it's working now. Please see below snippet-

C:\Jenkins Workspace>pp -o TCExecutor.exe -l "C:/Perl/site/lib/Sys/Inf +o/Driver/Windows" -l "C:/Perl/site/lib/Sys/Info/Dr iver/Unknown" -l "C:/Perl/site/lib/auto/Sys/Info/Driver/Windows/Window +s.dll" -l "C:/Perl/site/lib/Sys/Info" -M "Sys/Info /Driver/Windows/OS.pm" -M "Sys/Info/Driver/Unknown/OS.pm" -M "Sys/Info +.pm" -M "Module/ScanDeps.pm" -M "Module/ScanDeps/ DataFeed.pm" -i symantec.ico TCExecutor.pl Set up gcc environment - 3.4.5 (mingw-vista special r3) Set up gcc environment - 3.4.5 (mingw-vista special r3) Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There i +s NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PUR +POSE. Set up gcc environment - 3.4.5 (mingw-vista special r3) Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There i +s NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PUR +POSE.

In reply to Re^4: Packaging for Perl Code by tarunmudgal4u
in thread Packaging for Perl Code by tarunmudgal4u

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.