Language::Befunge
=================

A Befunge-98 interpreter written in Perl.


INSTALLATION
============

To install this module, run the following commands:

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


SUPPORT AND DOCUMENTATION
=========================

After installing, you can find documentation for this module with the perldoc
command.

   perldoc Language::Befunge

You can also look for information at:
 . Search CPAN
       http://search.cpan.org/dist/Language-Befunge
 . CPAN Request Tracker:
       http://rt.cpan.org/NoAuth/Bugs.html?Dist=Language-Befunge
 . AnnoCPAN, annotated CPAN documentation:
       http://annocpan.org/dist/Language-Befunge
 . CPAN Ratings:
       http://cpanratings.perl.org/d/Language-Befunge

Development is discussed on <[email protected]>


COPYRIGHT AND LICENCE
=====================

Copyright (c) 2001-2009 Jerome Quelin, all rights reserved.

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