latest ppport.h version (from 5.10)
[language-befunge-vector-xs.git] / README
blob1483c7c35b75edb687b88c381675a1d156123bfa
1 Language::Befunge::Vector::XS
2 =============================
4 LBVXS is a XS replacement for Language::Befunge::Vector. It has exactly
5 the same api, but is written in XS for speed reasons.
8 INSTALLATION
9 ============
11 To install this module type the following:
13    perl Makefile.PL
14    make
15    make test
16    make install
19 SUPPORT AND DOCUMENTATION
20 =========================
22 After installing, you can find documentation for this module with
23 the perldoc command.
25     perldoc Language::Befunge::Vector::XS
27 You can also look for information at:
28   . Search CPAN
29         http://search.cpan.org/dist/Language-Befunge-Vector-XS
30   . CPAN Request Tracker:
31         http://rt.cpan.org/NoAuth/Bugs.html?Dist=Language-Befunge-Vector-XS
32   . AnnoCPAN, annotated CPAN documentation:
33         http://annocpan.org/dist/Language-Befunge-Vector-XS
34   . CPAN Ratings:
35         http://cpanratings.perl.org/d/Language-Befunge-Vector-XS
39 COPYRIGHT AND LICENCE
40 =====================
42 Copyright (c) 2008 Jerome Quelin, all rights reserved.
44 This program is free software; you can redistribute it and/or modify
45 it under the same terms as Perl itself.