From 2e117b05827f0a4819dccee76a4a1db2c3660626 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Quelin?= Date: Tue, 15 Jan 2008 14:37:05 +0100 Subject: [PATCH] meta files for LBVXS --- LICENSE | 1 + META.yml | 11 +++++++++ README | 86 ++++++++++++++++++++++++++++++++++------------------------------ 3 files changed, 58 insertions(+), 40 deletions(-) create mode 100644 LICENSE create mode 100644 META.yml rewrite README (86%) diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..ff9cb4f --- /dev/null +++ b/LICENSE @@ -0,0 +1 @@ +You can use Language::Befunge::Vector::XS under the same terms as Perl itself. diff --git a/META.yml b/META.yml new file mode 100644 index 0000000..16acb30 --- /dev/null +++ b/META.yml @@ -0,0 +1,11 @@ +# http://module-build.sourceforge.net/META-spec.html +#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# +name: Language-Befunge-Vector-XS +version: 0.0.1 +version_from: lib/Language/Befunge/Vector/XS.pm +installdirs: site +requires: + Test::More: 0 + +distribution_type: module +generated_by: ExtUtils::MakeMaker version 6.30_01 diff --git a/README b/README dissimilarity index 86% index 9c49225..1483c7c 100644 --- a/README +++ b/README @@ -1,40 +1,46 @@ -Math-Vector-XS version 0.01 -=========================== - -The README is used to introduce the module and provide instructions on -how to install the module, any machine dependencies it may have (for -example C compilers and installed libraries) and any other information -that should be provided before the module is installed. - -A README file is required for CPAN modules since CPAN extracts the -README file from a module distribution so that people browsing the -archive can use it get an idea of the modules uses. It is usually a -good idea to provide version information here so that people can -decide whether fixes for the module are worth downloading. - -INSTALLATION - -To install this module type the following: - - perl Makefile.PL - make - make test - make install - -DEPENDENCIES - -This module requires these other modules and libraries: - - blah blah blah - -COPYRIGHT AND LICENCE - -Put the correct copyright and licence information here. - -Copyright (C) 2008 by Jerome Quelin - -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.8.8 or, -at your option, any later version of Perl 5 you may have available. - - +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. + -- 2.11.4.GIT