r5020@merlin: jquelin | 2007-05-24 17:32:05 +0200
[inline-befunge.git] / README
blobcc8f4ef3baa62f2469ea288ad789a82482d95827
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
37     Copyright (c) 2001 Jerome Quelin <jquelin@cpan.org>
38     All rights reserved.
40     This program is free software; you can redistribute it and/or
41     modify it under the same terms as Perl itself.