Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Acme-Chef CPAN distribution.

Report information
The Basics
Id: 114584
Status: resolved
Worked: 1.6 hours (96 min)
Priority: 0/
Queue: Acme-Chef

People
Owner: WERNERMP [...] cpan.org
Requestors: WERNERMP [...] cpan.org
Cc: mpw96 [...] gmx.de
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.01
Fixed in: 1.02



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.