The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

CTK::Helper - Helper for building CTK scripts

VIRSION

Version 2.68

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

new

    my $h = new CTK::Helper (
        -type           => TYPE,
        -projectname    => PROJECTNAME,
        -ctkversion     => CTK_VERSION,
    );

Returns helper's object

build

    my $status = $h->build();

Building the project

backward_build

    my $status = $self->backward_build();

Second pass of building. For internal use only

SEE ALSO

ctklib, ctklib-tiny

AUTHOR

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

COPYRIGHT

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