Initial commit
[data-sexpression-util.git] / README
CommitLineData
45be15da
MG
1Data-SExpression-Util version 0.000_001
2=======================================
3
4Data::SExpression::Util contains several routines for processing
5linked lists (represented Data::SExpression::Cons objects). These are
6analogous to Lisp functions with the same names.
7
8INSTALLATION
9
10To install this module type the following:
11
12 perl Makefile.PL
13 make
14 make test
15 make install
16
17DEPENDENCIES
18
19This module requires these other modules and libraries:
20
21* Data::SExpression
22
23COPYRIGHT AND LICENCE
24
25Copyright (C) 2018 by Marius Gavrilescu
26
27This library is free software; you can redistribute it and/or modify
28it under the same terms as Perl itself, either Perl version 5.24.1 or,
29at your option, any later version of Perl 5 you may have available.
30
31
This page took 0.00962 seconds and 4 git commands to generate.