I've create the base for a perl module dev tree using h2xs under Activestate 5.8.8 build 822. and XP.

It contains one module, a .pm that should install at the root of the site/lib tree.

If I install with "nmake install, it works fine.

I then try to package it ('nmake tardist', 'nmake ppd', edit ppd to reference .tar.gz file).

I take the two files to a different system (Vista) and try ppm install <ppd file>. I see messages:
syncing the .packlist file
'unpacking <package name> file...done'
'updating file in the site area...done'

No mention of the particular .pm file that's the subject of this whole exercise, and the file is not copied to the site tree.

I unpacked the .tar.gz file, and sure enough, my file is there under a 'lib' folder, but the blib folder is not there.

I tried the debug environment variable, but no mention of event trying to copy the file.

Am I doing something wrong here, or have things changed with the newer version of perl?

Any ideas on troubleshooting this?

Thank you in advance.


In reply to troubleshooting PPM install by txzaphod

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.