blob: 2b45e625288cefe7a0aa93095e1e910d73ed6be0 (
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
59
|
NAME
Arctica::Browser::Proxy - Core Perl modules for the Arctica Web Browser
SYNOPSIS
use Arctica::Browser::Proxy;
<usage-example-code>
DESCRIPTION
<Introduction text>
Package Variables
<Some overall explanation>
$Arctica::Browser::Proxy::<var1>
<Explanation on var1>.
$Arctica::Browser::Proxy::<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::Server, Arctica::Telekinesis::Client,
Arctica::Browser::ToolBar, Arctica::Browser::WebView, perl
AUTHOR
AUTHOR_FULLNAME <AUTHOR_MAILADDRESS>
COPYRIGHT
Copyright (c) 2015-2017 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.
|