From 4be413cade76414c53c696d628db02dc3cda11b8 Mon Sep 17 00:00:00 2001 From: jquelin Date: Mon, 5 Nov 2007 17:22:12 +0000 Subject: [PATCH] [project @ 127] r7528@merlin: jquelin | 2007-11-05 18:10:58 +0100 added some basic pod --- lib/Language/Befunge/Debugger.pm | 99 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) diff --git a/lib/Language/Befunge/Debugger.pm b/lib/Language/Befunge/Debugger.pm index 2445e00..08cf6e4 100644 --- a/lib/Language/Befunge/Debugger.pm +++ b/lib/Language/Befunge/Debugger.pm @@ -187,3 +187,102 @@ sub _get_cell_value { 1; __END__ + + +=head1 NAME + +Language::Befunge::Debugger - a graphical debugger for Language::Befunge + + + +=head1 SYNOPSYS + + $ jqbefdb + + + +=head1 DESCRIPTION + +CPANPLUS::Dist::Mdv is a distribution class to create mandriva packages +from CPAN modules, and all its dependencies. This allows you to have +the most recent copies of CPAN modules installed, using your package +manager of choice, but without having to wait for central repositories +to be updated. + +You can either install them using the API provided in this package, or +manually via rpm. + +Some of the bleading edge CPAN modules have already been turned into +mandriva packages for you, and you can make use of them by adding the +cooker repositories (main & contrib). + +Note that these packages are built automatically from CPAN and are +assumed to have the same license as perl and come without support. +Please always refer to the original CPAN package if you have questions. + + + +=head1 CLASS METHODS + +=head2 Language::Befunge::Debugger->spawn; + +Create a + + + +=head1 BUGS + +Please report any bugs or feature requests to C<< < +language-befunge-debugger at rt.cpan.org> >>, or through the web +interface at +L. +I will be notified, and then you'll automatically be notified of +progress on your bug as I make changes. + + + +=head1 SEE ALSO + +L, L, L. + + +Development is discussed on Elanguage-befunge@mongueurs.netE - +feel free to join us. + + +You can also look for information on this module at: + +=over 4 + +=item * AnnoCPAN: Annotated CPAN documentation + +L + +=item * CPAN Ratings + +L + +=item * RT: CPAN's request tracker + +L + +=back + + + +=head1 AUTHOR + +Jerome Quelin, C<< >> + + + +=head1 COPYRIGHT & LICENSE + +Copyright (c) 2007 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. + + +=cut + -- 2.11.4.GIT