new extension FILE
[language-befunge.git] / README
blob8faf94ede8b781bfce34bc100f13612cb9771690
1 Language::Befunge
2 =================
4 A Befunge-98 interpreter written in Perl.
7 INSTALLATION
8 ============
10 To install this module, run the following commands:
12     perl Build.PL
13     ./Build
14     ./Build test
15     ./Build install
18 SUPPORT AND DOCUMENTATION
19 =========================
21 After installing, you can find documentation for this module with the perldoc
22 command.
24     perldoc Language::Befunge
26 You can also look for information at:
27   . Search CPAN
28         http://search.cpan.org/dist/Language-Befunge
29   . CPAN Request Tracker:
30         http://rt.cpan.org/NoAuth/Bugs.html?Dist=Language-Befunge
31   . AnnoCPAN, annotated CPAN documentation:
32         http://annocpan.org/dist/Language-Befunge
33   . CPAN Ratings:
34         http://cpanratings.perl.org/d/Language-Befunge
36 Development is discussed on <language-befunge@mongueurs.net>
39 COPYRIGHT AND LICENCE
40 =====================
42 Copyright (c) 2001-2009 Jerome Quelin, all rights reserved.
44 This program is free software; you can redistribute it and/or modify it under
45 the same terms as Perl itself.