When I tried to use PPM to install
demerphq's
Data::Dump::Streamer from
Podmaster's
repository in ActivePerl 5.8.4, it aborted the installation with an error message that it couldn't find a PPD file
Data-Dumper.ppd at the same repository. WTF, why would it even want that?
demerphq's module wants a copy of a recent version of Data::Dumper, to do some tests. In fact, his dependencies (URL is Makefile.PL for the same version of DDS) list a dependency on Data::Dumper version 2.121. The version I have on this perl is... 2.121. So why would it even actually want to update a module that is recent enough?
So I downloaded both the .ppd and the .tar.gz file, and tried a local install, after editing the PPD file to requiring a lower version of Data::Dumper. Same error. In fact, even dropping the requirement for a minimal version, by changing the VERSION attribute to "0,0,0,0", didn't fix it. The only thing that did work, was dropping the dependency on Data::Dumper from the PPD file entirely.
What is going on? Why does PPM refuse to acknowledge that Data::Dumper is actually already installed?
p.s. Changing the name of the dependency from "Data-Dumper" to "Data::Dumper" didn't help.
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.