INSTALLSCRIPT does not appear to be working as expected. You can see from the hilighted line below that I'm expecting scripts to wind up in /home/perl/lib/x86_64-bin, but they're going into /home/perl/lib/bin.

Anyone know what the problem is here?

Running [/home/perl/lib/x86_64-bin/perl /home/perl/lib/bin/cpanp-run-p +erl /home/perl/.cpanplus/5.12.1/build/Perl-Tidy-20090616/Makefile.PL +PREFIX=/home/perl/lib INSTALLSCRIPT=/home/perl/lib/x86_64-bin]... Checking if your kit is complete... Looks good Writing Makefile for Perl::Tidy Running [/home/perl/lib/bin/make]... cp lib/Perl/Tidy.pm blib/lib/Perl/Tidy.pm cp bin/perltidy blib/script/perltidy /home/perl/lib/x86_64-bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- + blib/script/perltidy ... Running [/home/perl/lib/bin/make test]... ... Result: PASS Running [/home/perl/lib/bin/make install]... Installing /home/perl/lib/lib/site_perl/5.12.1/Perl/Tidy.pm Installing /home/perl/lib/man/man1/perltidy.1 Installing /home/perl/lib/man/man3/Perl::Tidy.3 Installing /home/perl/lib/bin/perltidy

Thanks.

In reply to INSTALLSCRIPT Not Working by bergbrains

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.