0
|
1 |
BSD-Jail-Object
|
|
2 |
|
|
3 |
DESCRIPTION
|
|
4 |
-----------
|
|
5 |
|
|
6 |
This is an object oriented environment for FreeBSD jails.
|
|
7 |
|
|
8 |
|
|
9 |
|
|
10 |
DEPENDENCIES
|
|
11 |
------------
|
|
12 |
|
|
13 |
This module requires these other modules and libraries:
|
|
14 |
|
|
15 |
The FreeBSD operating system, version 5.x or above
|
|
16 |
|
|
17 |
|
|
18 |
|
|
19 |
INSTALLATION
|
|
20 |
------------
|
|
21 |
|
|
22 |
To install this module, run the following commands:
|
|
23 |
|
|
24 |
perl Makefile.PL
|
|
25 |
make
|
|
26 |
make test
|
|
27 |
make install
|
|
28 |
|
|
29 |
|
|
30 |
|
|
31 |
SUPPORT AND DOCUMENTATION
|
|
32 |
-------------------------
|
|
33 |
|
|
34 |
After installing, you can find documentation for this module with the perldoc command.
|
|
35 |
|
|
36 |
perldoc BSD::Jail::Object
|
|
37 |
|
|
38 |
|
|
39 |
|
|
40 |
COPYRIGHT AND LICENCE
|
|
41 |
---------------------
|
|
42 |
|
|
43 |
Copyright (C) 2006 Mahlon E. Smith
|
|
44 |
|
|
45 |
This program is free software; you can redistribute it and/or modify it
|
|
46 |
under the same terms as Perl itself.
|