NAME
CTK::Helper - Helper for building CTK scripts
VIRSION
Version 1.02
REVISION
$Revision: 132 $
HISTORY
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
SEE ALSO
AUTHOR
Serz Minus (Lepenkov Sergey) http://serzik.ru <minus@mail333.com>
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