Hide Forgot
When building perl-AnyEvent locally, the build wait on an interactive question: Continue anyways? [y] Please make the spec non-interactive, e.g. by redirecting stdin to /dev/null for the perl Makefile.PL command.
Fixed by setting PERL_CANARY_STABILITY_NOPROMPT=1 in the environment when running Makefile.PL.