]> git.evergreen-ils.org Git - OpenSRF.git/blob - src/perl/README
LP#1350457: Pass caller's session to subrequests called via method_lookup
[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 Build.PL
11         ./Build
12         ./Build test
13         ./Build install
14
15 and if all goes well, the module will be built, tested, and installed.
16
17 SUPPORT AND DOCUMENTATION
18
19 After installing, you can find documentation for this module with the
20 perldoc command.
21
22     perldoc OpenSRF
23
24 You can also look for information at:
25
26     http://svn.open-ils.org/trac/OpenSRF
27
28
29 COPYRIGHT AND LICENCE
30
31 Copyright (C) 2008 Equinox Software, Inc.
32
33 This program is free software; you can redistribute it and/or modify it
34 under the same terms as Perl itself.
35