1 Language::Befunge::Debugger
2 ===========================
4 Language::Befunge::Debugger provides you with a graphical debugger for
5 Language::Befunge. This allow to follow graphically your befunge program
6 while it gets executed, update the stack and the playfield, add
14 To install this module, run the following commands:
22 Or, using Module::Builder:
31 SUPPORT AND DOCUMENTATION
32 =========================
34 After installing, you can find documentation for this module with the perldoc command.
36 perldoc Language::Befunge::Debugger
38 You can also look for information at:
40 http://search.cpan.org/dist/Language-Befunge-Debugger
41 . CPAN Request Tracker:
42 http://rt.cpan.org/NoAuth/Bugs.html?Dist=Language-Befunge-Debugger
43 . AnnoCPAN, annotated CPAN documentation:
44 http://annocpan.org/dist/Language-Befunge-Debugger
46 http://cpanratings.perl.org/d/Language-Befunge-Debugger
53 Copyright (c) 2007 Jerome Quelin, all rights reserved.
55 This program is free software; you can redistribute it and/or modify
56 it under the same terms as Perl itself.