Do you mean I should modify the .c file, or what? A change in the .c file is blown away every time I make any change in my module, or even just 'make clean'.
~/.cpan/histfile includes the following lines:
install ExtUtils::ParseXS
install Devel::PPPort
in the last round of updates from a CPAN 'r' command. From the thread above one of these seems like the likely culprit (?) And from Nicolas Clark's entry in the thread, maybe one of these was only supposed to apply to 5.10?
So how does one "uninstall" or drop back a version on a CPAN module? In the past I have hacked my way through such things because my @INC has levels from perl 5.8.[789], and it seems like updates at one level don't delete the corresponding file at an older level.
But as long as I started this thread here at a major fount of Perl knowledge, is there a better/systematic way to undo a CPAN upgrade?
cmac
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.