CC: | mpw96 [...] gmx.de |
Subject: | canoot add to specific mixing bowl |
This recipe is syntactically correct:
Chef simple test.
This adds 1 and 1 and writes the output as a number to stdout.
Ingredients.
1 apfel
1 birne
Method.
Put apfel into 1st mixing bowl. Add birne to 1st mixing bowl. Pour contents of the mixing bowl into the baking dish.
Serves 1.
Runing it, one gets the error:
Unknown ingredient 'birne to 1st mixing bowl' required for recipe 'chef simple test' in 'add'. at /home/marc-philip/perl/modules/lib/perl5/Acme/Chef.pm line 88
Workaround: Replace "Add birne to 1st..." with "Add birne into 1st...".