aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-10-04 21:19:27 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-10-04 21:19:50 +0200
commit3e662ab0f3789de56f0bbc8efb5b0399888c275b (patch)
treed7afa4ca87c690a3f6f91302d911f07e3c0dabfd /README
downloadperl-Arctica-Services-Graphics-NX3-3e662ab0f3789de56f0bbc8efb5b0399888c275b.tar.gz
perl-Arctica-Services-Graphics-NX3-3e662ab0f3789de56f0bbc8efb5b0399888c275b.tar.bz2
perl-Arctica-Services-Graphics-NX3-3e662ab0f3789de56f0bbc8efb5b0399888c275b.zip
initial project skeleton
Diffstat (limited to 'README')
-rw-r--r--README58
1 files changed, 58 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..aff2fe2
--- /dev/null
+++ b/README
@@ -0,0 +1,58 @@
+NAME
+ Arctica::Services::Graphics::NX3 - Core Perl modules for the Arctica Framework
+
+SYNOPSIS
+ use Arctica::Services::Graphics::NX3;
+
+ <usage-example-code>
+
+DESCRIPTION
+
+ <Introduction text>
+
+ Package Variables
+
+ <Some overall explanation>
+
+ $Arctica::Services::Graphics::NX3::<var1>
+ <Explanation on var1>.
+
+ $Arctica::Services::Graphics::NX3::<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::GUI, <others>, 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.