blob: c40ece18e158f9196651b6f874cb34ac2c06a1e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
NAME
Arctica::Telekinesis::Server - Server implementation of Arctica Telekinesis
SYNOPSIS
use Arctica::Telekinesis::Server;
<usage-example-code>
DESCRIPTION
<Introduction text>
Package Variables
<Some overall explanation>
$Arctica::Telekinesis::Server::<var1>
<Explanation on var1>.
$Arctica::Telekinesis::Server::<var2>
<Explanation on var2>.
Class Methods
<method-name-1>
This method does ....
<method-name-1>
This method does ....
Instance Methods
<method-name-1>
This method does ....
<method-name-1>
This method does ....
Overloaded Operators
<overloaded-operator-1>
Explanation on this...
SEE ALSO
Arctica::Telekinesis::Client, perl.
AUTHOR
AUTHOR_FULLNAME <AUTHOR_MAILADDRESS>
COPYRIGHT
Copyright (c) 2015-2016 Arctica Project. All rights reserved.
This module is free software; you can redistribute it and/or modify it
under the same terms of the <LICENSE> license.
|