Actions
action #97535
closedcpanspec: Fix package (dependency and missing script)
Start date:
2021-08-26
Due date:
% Done:
0%
Estimated time:
Description
Observation¶
https://build.opensuse.org/package/show/devel:languages:perl/cpanspec is currently broken.
- Missing YAML::XS dependency
bin/intrusive.pl
is not deployed
Acceptance Criteria¶
- AC1: Package is fixed,
cpanspec -h
runs - AC2: Things like missing dependencies will be detected in the future in the package build
Suggestions¶
- add
cpanspec -h
to the tests, as there are currently no tests at all - The missing
intrusive.pl
would have not been detected by that, though - File an upstream issue on GitHub
Workaround¶
- Use the unreleased version from git
Updated by tinita over 3 years ago
- Related to action #92122: Improve dependency detection via MYMETA.json in cpanspec added
Updated by livdywan over 3 years ago
- Description updated (diff)
- Target version changed from Ready to future
Updated by tinita over 3 years ago
Updated by tinita almost 3 years ago
- Status changed from New to Feedback
- Assignee set to tinita
- Target version changed from future to Ready
Done as part of #92122
Actions