Changes between Initial Version and Version 1 of Ticket #50048, comment 4


Ignore:
Timestamp:
Dec 19, 2015, 1:43:42 PM (8 years ago)
Author:
dbevans (David B. Evans)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50048, comment 4

    initial v1  
    1 If you look at the code surrounding line referenced in the configure error above, it's checking the version of ExtUtils::Embed and then using Module::CoreList to see if this is the same as the version in core. This error indicates that the call to Module::CoreList returned an error (version undefined).
     1If you look at the code surrounding the line referenced in the configure error above, it's checking the version of ExtUtils::Embed and then using Module::CoreList to see if this is the same as the version in core. This error indicates that the call to Module::CoreList returned an error (version undefined).
    22
    33perl 5.22.0 had Module::CoreList 5.20150520 in core, 5.22.1 has 5.20151213. I updated p5-module-corelist to 5.20151213  before mojca updated perl5.22 to 5.22.1 (r143582) so the two versions did not match during the intervening period and our version was used in the code rather than the version in core.