Skip to content

mpw96/perl-Acme-Chef

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Acme::Chef Travis CI Build Status

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

Dependencies

This module requires these other modules and libraries:

  • File::Temp
  • Test::More

See also

The source code for Acme::Chef lives at GitHub: https://github.com/mpw96/perl-Acme-Chef

For suggestions, inquiries and feedback please or create an issue.

Copyright and license

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.

About

An interpreter for the Chef programming language

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages