NAME
App::MonM::Helper - Helper for building App::MonM shared data
VIRSION
Version 1.01
SYNOPSIS
use App::MonM::Helper;
my $h = new App::MonM::Helper (
-config => "/destination/directory/for/conf",
-share => "/destination/directory/for/data/share",
);
my $status = $h->build(
PARAM1 => 'foo',
PARAM2 => 'bar',
# . . .
);
DESCRIPTION
Helper for building App::MonM shared data
METHODS
- new
-
my $h = new App::MonM::Helper ( -config => "/destination/directory/for/conf", -share => "/destination/directory/for/data/share", );
Returns helper's object
- build
-
my $status = $h->build( PARAM1 => 'foo', PARAM2 => 'bar', # . . . );
Returns status of builded
HISTORY
See CHANGES
file
TO DO
See TODO
file
BUGS
* none noted
SEE ALSO
AUTHOR
Serz Minus (Lepenkov Sergey) http://www.serzik.com <minus@mail333.com>
COPYRIGHT
Copyright (C) 1998-2014 D&D Corporation. All Rights Reserved
LICENSE
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
See LICENSE
file