diff options
author | GZNGET FOSS Team <opensource@gznianguan.com> | 2017-06-28 11:53:25 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-06-28 11:53:25 +0200 |
commit | 4200df8d33d1829aba5c18636919e75658a3de8e (patch) | |
tree | 95f04e8cf160bd8dd90ef8f5202b808f63aa89c6 /README | |
download | perl-Arctica-Browser-Proxy-4200df8d33d1829aba5c18636919e75658a3de8e.tar.gz perl-Arctica-Browser-Proxy-4200df8d33d1829aba5c18636919e75658a3de8e.tar.bz2 perl-Arctica-Browser-Proxy-4200df8d33d1829aba5c18636919e75658a3de8e.zip |
initial commit, development state dating 20170619
Diffstat (limited to 'README')
-rw-r--r-- | README | 59 |
1 files changed, 59 insertions, 0 deletions
@@ -0,0 +1,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. |