]> git.evergreen-ils.org Git - OpenSRF.git/blob - src/perl/README
merging perl CPANification/normalization branch work
[OpenSRF.git] / src / perl / README
1 OpenSRF
2
3 OpenSRF (Open OpenSRF (Open Scalable Request Framework) is a core
4 subsystem of the Evergreen ILS.
5
6 INSTALLATION
7
8 To install this module, run the following commands:
9
10         perl Makefile.PL
11         make
12         make test
13         make install
14
15 SUPPORT AND DOCUMENTATION
16
17 After installing, you can find documentation for this module with the
18 perldoc command.
19
20     perldoc OpenSRF
21
22 You can also look for information at:
23
24     http://svn.open-ils.org/trac/OpenSRF
25
26
27 COPYRIGHT AND LICENCE
28
29 Copyright (C) 2008 Equinox Software, Inc.
30
31 This program is free software; you can redistribute it and/or modify it
32 under the same terms as Perl itself.
33