NAME

CTK - Command-line ToolKit

VERSION

Version 1.02

$Id: CTK.pm 41 2012-11-28 13:19:05Z minus $

SYNOPSIS

use CTK;

use CTK qw( :BASE ); # :SUBS and :VARS tags to export

use CTK qw( :SUBS ); # :SUBS tag only to export

use CTK qw( :VARS ); # :VARS tag only to export

my $c = new CTK;

my $c = new CTK (
      prefix     => 'myprogram',
      suffix     => 'sample',
      cfgfile    => '/path/to/conf/file.conf',
      voidfile   => '/path/to/void/file.txt',
      needconfig => 1, # need creating empty config file
  );

ABSTRACT

CTKlib - Command-line ToolKit library (CTKlib). Command line interface (CLI)

DESCRIPTION

Sorry. Detail manual is preparing now and it will be available later

See README file

HISTORY

1.00 / 18.06.2012

Init version

See CHANGES file for details

DEPENDENCIES

ExtUtils::MakeMaker, File::Spec, Test::More, Config::General, Time::Local, MIME::Base64, MIME::Lite, Net::FTP, File::Path, IPC::Open3, Term::ReadKey, IO::Handle, File::Copy, Archive::Tar, Archive::Zip, Archive::Extract, Moose, namespace::autoclean, URI, LWP, LWP::MediaTypes, LWP::UserAgent, HTTP::Headers, HTTP::Request, HTTP::Response

AUTHOR

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

TO DO

See TODO file

BUGS

* none noted

SEE ALSO

perl, Moose

DIAGNOSTICS

The usual warnings if it can't read or write the files involved.

COPYRIGHT

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