diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-06-22 22:45:30 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-06-22 23:18:57 +0200 |
commit | 6c0cb6c777f7828b03363b87e9e0046f38ac8cd2 (patch) | |
tree | 2be7be598b9a8db32ab75f9d909bb031f0fcceb5 /README | |
parent | 985c827c92ebeb19487ab62970324242106179ed (diff) | |
download | arctica-browser-6c0cb6c777f7828b03363b87e9e0046f38ac8cd2.tar.gz arctica-browser-6c0cb6c777f7828b03363b87e9e0046f38ac8cd2.tar.bz2 arctica-browser-6c0cb6c777f7828b03363b87e9e0046f38ac8cd2.zip |
add missing files for this to become a proper Perl upstream project
Diffstat (limited to 'README')
-rw-r--r-- | README | 58 |
1 files changed, 58 insertions, 0 deletions
@@ -0,0 +1,58 @@ +NAME + Arctica::Browser::Overlay - Core Perl modules for the Arctica Framework + +SYNOPSIS + use Arctica::Browser::Overlay; + + <usage-example-code> + +DESCRIPTION + + <Introduction text> + + Package Variables + + <Some overall explanation> + + $Arctica::Browser::Overlay::<var1> + <Explanation on var1>. + + $Arctica::Browser::Overlay::<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. |