CC: | mpw96 [...] gmx.de |
Subject: | Keyword "Liquefy" not recognized |
Language specification at http://www.dangermouse.net/esoteric/chef.html states that both Liquefy and Liquify should be recognized (however, the former is preferred).
A recipe containing "Liquefy" is not executed.
Here's an example:
Test recipe.
Writes letter C to stdout.
Ingredients.
67 letter C
Method.
Put letter C into mixing bowl. Liquify contents of the mixing bowl. Pour contents of the mixing bowl into the baking dish.
Serves 1.
This writes 'C' to stdout as expected, but when "Liquify" is replaced with "Liquefy" this error output occurs:
Unknown ingredient 'contents of the mixing bowl' required for recipe 'test recipe' in 'verb'. at /home/marc-philip/perl/modules/lib/perl5/Acme/Chef.pm line 88.