in reply to "versioned" builds of Win32 perl
And, in config_H.gc, I have:d_inc_version_list='define' inc_version_list='5.10.0' inc_version_list_init='"5.10.0",0'
Perl now produces:#define PERL_INC_VERSION_LIST "5.10.0",0
That correlates well with what I get on linux, but still no /perl/site/5.10.0/lib in @INC.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';
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: "versioned" builds of Win32 perl
by Anonymous Monk on Aug 13, 2009 at 12:03 UTC | |
by syphilis (Archbishop) on Aug 13, 2009 at 13:11 UTC | |
by Anonymous Monk on Aug 13, 2009 at 14:45 UTC | |
by Anonymous Monk on Aug 14, 2009 at 00:15 UTC | |
by syphilis (Archbishop) on Aug 14, 2009 at 01:55 UTC | |
|