Failed to create build plan

Hi,
I added perl module MIME-parser to our project Perl-5.34.0-Windows. During check of dependencies I get an error message:
Failed to create build plan

Found unsatisfied dependency: Ingredient|language|perl (5.34.0) depends on Feature|builder|perl-core-builder (>=0)
I forked the project and changed perl version to 5.34.1 but I get the same error.
What can I do to solve this problem.Reading the error message I think this does not depend on the module I’m trying to add.

Regards

Peter

Peter,
You are correct - This has nothing to do with MIME-parser – I’ve traced the issue down to the AnyEvent-* modules in your project - they are creating some odd behavior - If you remove them you should be free to move forward - and we will see what needs to be done to get them fixed.

Best,
Marc

We have located the issue - If you add MIME-parser again everything should work now. AnyEvent should be fixed - so no need to remove it.

Hello Marc,

thank you for your help.

Peter

1 Like