diff options
author | GZNGET FOSS Team <opensource@gznianguan.com> | 2016-09-06 16:18:44 +0200 |
---|---|---|
committer | GZNGET FOSS Team <opensource@gznianguan.com> | 2016-09-06 16:43:49 +0200 |
commit | e5c70c6ac7b22aa0497b33d3507746307e93e563 (patch) | |
tree | 936b219152d03df92f4f030b9a9553d24ae9673a /README | |
download | perl-Arctica-Core-Mother-Forker-e5c70c6ac7b22aa0497b33d3507746307e93e563.tar.gz perl-Arctica-Core-Mother-Forker-e5c70c6ac7b22aa0497b33d3507746307e93e563.tar.bz2 perl-Arctica-Core-Mother-Forker-e5c70c6ac7b22aa0497b33d3507746307e93e563.zip |
Initial Mother Forker Commit
Diffstat (limited to 'README')
-rw-r--r-- | README | 58 |
1 files changed, 58 insertions, 0 deletions
@@ -0,0 +1,58 @@ +NAME + Arctica::Core::Mother::Forker - Arctica Framework for Fork and Control of external exec + +SYNOPSIS + use Arctica::Core::Mother::Forker; + + <usage-example-code> + +DESCRIPTION + + <Introduction text> + + Package Variables + + <Some overall explanation> + + $Arctica::Core::Mother::Forker::<var1> + <Explanation on var1>. + + $Arctica::Core::Mother::Forker::<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::WTF, <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. |