Just a couple of peripheral points that I didn't make earlier:
All well and good, but as it never gets added to the path, it will always require manual intervention for anything that uses it, to workI consider this to be a bug in ActivePerl, or the person using it.
Surely $Config{installsitebin} should be in the path - even if no such directory exists initially.
The whole purpose of placing something in blib/script is that it will be installed into a "path" folder. Lots of modules put things in blib/script, for that very purpose.
The latter would avoid the need for --force
The need to use --force at all for what I'm doing is, IMO, a design flaw in PPM - which just makes having to do it all the more annoying.
All I'm doing is having PPM overwrite an existing file (installed by a previous 'ppm install') with an *identical* file.
If *I* had control over PPM, it would allow such overwriting - and call for '--force' only if the 2 files were different.
But ... there's not much I can do about that.
Cheers,
Rob
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.