The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Acme::Chef::Ingredient - Internal module used by Acme::Chef

SYNOPSIS

  use Acme::Chef;

DESCRIPTION

Please see Acme::Chef;

METHODS

This is a list of methods in the package.

new

Acme::Chef::Ingredient constructor. Takes key/value pairs as argument which will be used as attributes. The following attributes are currently required:

  name
  value
  measure
  measure_type
type

Returns the type of the Ingredient.

determine_type

Also returns the type if the Ingredient, but forces a fresh run of the type inferer.

value

Mutator for the Ingredient's value.

liquify

Sets the type of the Ingredient to be liquid.

AUTHOR

Steffen Mueller.

Chef designed by David Morgan-Mar.

COPYRIGHT AND LICENSE

Copyright (c) 2002-2008 Steffen Mueller. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Author can be reached at chef-module at steffen-mueller dot net