r7896@merlin: jquelin | 2007-11-26 13:19:00 +0100
[inline-befunge.git] / README
blob80b9a5f2027b165e53602bd2766c06dbd18727a4
1 NAME
3     Inline::Befunge - write Perl subs in Befunge
6 DESCRIPTION
8     The C<Inline::Befunge> module allows you to put Befunge source
9     code directly "inline" in a Perl script or module.
11     This allows you to write cool stuff with all the power of Befunge!
14 INSTALLATION
16     To install this module type the following (you should be familiar
17     with those instructions ;) ):
19        perl Makefile.PL
20        make
21        make test
22        make install
25 DEPENDENCIES
27     This module requires Language::Befunge in order to run properly.
30 AUTHOR
32     Jerome Quelin, <jquelin@cpan.org>
35 COPYRIGHT AND LICENCE
37     Copyright (c) 2001-2007 Jerome Quelin, all rights reserved.
39     This program is free software; you can redistribute it and/or modify
40     it under the same terms as Perl itself.