diff options
| author | GZNGET FOSS Team <opensource@gznianguan.com> | 2017-06-28 12:23:28 +0200 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-06-28 12:28:32 +0200 |
| commit | 6a6514b6ce2c8cea402558576af747161a77a1c6 (patch) | |
| tree | 3f723e910afeaed6e87bf126ed342856323cfb14 /README | |
| download | perl-Arctica-Browser-ToolBar-6a6514b6ce2c8cea402558576af747161a77a1c6.tar.gz perl-Arctica-Browser-ToolBar-6a6514b6ce2c8cea402558576af747161a77a1c6.tar.bz2 perl-Arctica-Browser-ToolBar-6a6514b6ce2c8cea402558576af747161a77a1c6.zip | |
initial commit, development state dating 20170619
Diffstat (limited to 'README')
| -rw-r--r-- | README | 58 |
1 files changed, 58 insertions, 0 deletions
@@ -0,0 +1,58 @@ +NAME + Arctica::Browser::ToolBar - Core Perl modules for the Arctica Web Browser + +SYNOPSIS + use Arctica::Browser::ToolBar; + + <usage-example-code> + +DESCRIPTION + + <Introduction text> + + Package Variables + + <Some overall explanation> + + $Arctica::Browser::ToolBar::<var1> + <Explanation on var1>. + + $Arctica::Browser::ToolBar::<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, 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. |
