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

NAME

CTKx - User extension CTK

VERSION

Version 1.01

SYNOPSIS

    package main;

    use CTK;
    use CTKx;

    my $ctkx = CTKx->instance( c => new CTK );

    package MyApp;

    my $c = CTKx->instance->c;

ABSTRACT

CTKx - User extension CTK

DESCRIPTION

Extension for working with CTK as "Singleton Pattern"

c

    my $c = CTKx->instance->c;

Returns c-object

HISTORY

1.00 / 15.10.2013

Init version

See CHANGES file for details

DEPENDENCIES

Class::Singleton

TO DO

See TODO file

BUGS

* none noted

SEE ALSO

perl, Class::Singleton

DIAGNOSTICS

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

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