NAME
CTK::Helper - Helper for building CTK scripts
VIRSION
Version 2.67
REVISION
$Revision: 180 $
HISTORY
- 1.00
-
Init version
- 1.01
-
Added documentation
- 1.02
-
Documentation modified
- 1.03
-
Added new types of projects
SYNOPSIS
use CTK;
use CTKx;
use CTK::Helper;
my $c = new CTK( syspaths => 1 );
my $ctkx = CTKx->instance( c => $c );
my $h = new CTK::Helper (
-type => TYPE,
-projectname => PROJECTNAME,
-ctkversion => CTK_VERSION,
);
my $status = $h->build();
DESCRIPTION
Helper for building CTK scripts
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 same terms and conditions as Perl itself.
This program is distributed under the GNU LGPL v3 (GNU Lesser General Public License version 3).
See LICENSE
file