Acme::Chef

Current version is 1.01.

Download

Distribution from this site.
CPAN site

README

Acme::Chef
==========

Acme::Chef and all contained modules represent a simple
interpreter of the Chef programming language designed by
David Morgan-Mar.

INSTALLATION

To install this module type the following:

   perl Build.PL
   ./Build
   ./Build test
   ./Build install

On platforms that don't support the "./" notation, that would be:

   perl Build.PL
   perl Build
   perl Build test
   perl Build install

If you wish, you may use the old MakeMaker style instead:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  File::Temp
  Test::More

SEE ALSO

Current versions of this module may be found on http://steffen-mueller.net or
CPAN.

Please send your suggestions, inquiries, and feedback to
chef-module at steffen-mueller dot net

COPYRIGHT AND LICENCE

Copyright (c) 2002-2008 Steffen Mueller

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself. 
	

Documentation

Acme::Chef
Acme::Chef::Ingredient
Acme::Chef::Container
Acme::Chef::Recipe

Change Log

Revision history for Perl extension Language::Chef.

1.01  Tue May 13 11:33:23 2008
        - s/refridgerator/refrigerator/g, oops!

1.00  Thu Oct 06 20:11:07 2005
	- Distribution upgrade to reflect the latest developments in module
	  testing and building.

0.05  Wed Mar 26 12:49:51 2003
	- Switched namespaces to Acme::Chef as suggested
	  on the modules list
	- Minor bugfixes

0.04  Fri Jan 31 13:03:11 2003
	- Fixed bugs that I reintroduced in 0.03.
	- Regained *nix.

0.03  Fri Jan 31 00:45:26 2003
	- Implemented the specification changes from Jan 26.
	- Added appropriate test file and example.
	- Amended documentation.

0.02  Wed Dec 25 15:25:12 2002
	- Now compiles on *nix

0.01  Fri Dec 20 14:08:38 2002
	- original version as released to CPAN



    

(c) 2002-2008 Steffen Müller; All rights reserved.

Valid HTML 4.0!