On Sun, Nov 13, 2022 at 11:55:58PM +0100, Alexander Bluhm wrote: > Hi, > > ok to import p5-Commandable 0.08 ? > > Comment: > utilities for commandline-based programs > > Description: > This distribution contains a collection of utilities extracted from > various commandline-based programs Paul Evans has written, in the hope of > trying to find a standard base to build these from in future. > > bluhm
make configure complains about the test deps not being there, but make build runs fine and make test passes (after installing them, of course). $ make configure ===> Configuring for p5-Commandable-0.08 Checking prerequisites... requires: ! Module::Pluggable::Object is not installed test_requires: ! Test::Fatal is not installed ! Test::Warnings is not installed ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions of the modules indicated above before proceeding with this installation Run 'Build installdeps' to install missing prerequisites. Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Commandable' version '0.08' Not sure if you want to but those deps into BUILD_DEPENDS as well to silence the warning or not. Either way, OK kn