v0.3.6
[language-befunge-debugger.git] / README
blob509619bb3379c4771655e491e800aff411a9f522
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
7 breakpoints, etc.
11 INSTALLATION
12 ============
14 To install this module, run the following commands:
16     perl Makefile.PL
17     make
18     make test
19     make install
22 Or, using Module::Builder:
24     perl Build.PL
25     ./Build
26     ./Build test
27     ./Build install
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:
39   . Search CPAN
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
45   . CPAN Ratings:
46         http://cpanratings.perl.org/d/Language-Befunge-Debugger
50 COPYRIGHT AND LICENCE
51 =====================
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.