Language::Befunge::Vector::XS
=============================
LBVXS is a XS replacement for Language::Befunge::Vector. It has exactly
the same api, but is written in XS for speed reasons.
INSTALLATION
============
To install this module type the following:
perl Makefile.PL
make
make test
make install
SUPPORT AND DOCUMENTATION
=========================
After installing, you can find documentation for this module with
the perldoc command.
perldoc Language::Befunge::Vector::XS
You can also look for information at:
. Search CPAN
http://search.cpan.org/dist/Language-Befunge-Vector-XS
. CPAN Request Tracker:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Language-Befunge-Vector-XS
. AnnoCPAN, annotated CPAN documentation:
http://annocpan.org/dist/Language-Befunge-Vector-XS
. CPAN Ratings:
http://cpanratings.perl.org/d/Language-Befunge-Vector-XS
COPYRIGHT AND LICENCE
=====================
Copyright (c) 2008 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.