Seems that win32/config.gc also needs amending. I've rewritten the 'd_inc_version_list', 'inc_version_list' and 'inc_version_list_init' entries in that file to:
d_inc_version_list='define'
inc_version_list='5.10.0'
inc_version_list_init='"5.10.0",0'
And, in config_H.gc, I have:
#define PERL_INC_VERSION_LIST "5.10.0",0
Perl now produces:
C:\_32>perl -V:d_inc_version_list
d_inc_version_list='define';
C:\_32>perl -V:inc_version_list
inc_version_list='5.10.0';
C:\_32>perl -V:inc_version_list_init
inc_version_list_init='"5.10.0",0';
That correlates well with what I get on linux, but still no /perl/site/5.10.0/lib in @INC.
I might take this up on p5p at some stage ... or I might just forget about it and settle for copying the entire contents of /perl/site/5.10.0/lib into /perl/site/5.10.1/lib.
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.