NAME

CTK::Helper - Helper for building CTK scripts

VIRSION

Version 1.01

REVISION

$Revision: 109 $

HISTORY

1.00

Init version

1.01

Added documentation

SYNOPSIS

use CTK::Helper;

my $h = new CTK::Helper (
    -ff => {
            PROJECTNAME  => 'foo',
        },
    -files => {
            tiny    => 'foo-tiny.pl',
            regular => 'foo.pl',
            inc     => 'foo.pm',
            conf    => 'foo.conf',
        },
);

$h->files( \%files );

$h->build();
$h->build( 'tiny' );
$h->build( 'tiny', \%files );

DESCRIPTION

Helper for building CTK scripts

AUTHOR

Serz Minus (Lepenkov Sergey) http://serzik.ru <minus@mail333.com>

SEE ALSO

ctklib, ctklib-tiny

COPYRIGHT

Copyright (C) 1998-2013 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