Changes between Version 1 and Version 2 of Ticket #64928, comment 2


Ignore:
Timestamp:
Apr 6, 2022, 1:39:23 AM (2 years ago)
Author:
reneeotten (Renee Otten)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64928, comment 2

    v1 v2  
    44`upt` is looking at `https://fastapi.metacpan.org/v1/release/<name>`, where `name` is the package name that has the `::` replaced by `-`. I'm by no means a Perl expert, but it seems to me the issue here is that `List::Utils` is not the actual package name, but a module provided by `Scalar-List-Utils`; so that's likely what you'll need to package. Similarly, `Test::More` is a module provided by `Test-Simple`.
    55
     6[edit: both these ports are already present in MacPorts: `p5-scalar-list-utils` and `p5-test-simple`]
     7
    68Regarding the varying error message - I cannot really remember anymore from a few summers ago, but the recursive option might not be deterministic (i.e., it appears to check the dependencies in a semi-random order). One could look into that to find out if that's indeed true and fix it.