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 2.00

SYNOPSIS

    package main;

    use CTK;
    use CTKx;

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

    package MyApp;

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

DESCRIPTION

Extension for working with CTK as "Singleton Pattern"

c, ctk

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

Returns ctk-object

HISTORY

1.00 / 15.10.2013

Init version

1.00 Mon 29 Apr 22:26:18 MSK 2019

New edition

See Changes file for details

DEPENDENCIES

Class::Singleton

TO DO

See TODO file

BUGS

* none noted

SEE ALSO

perl, Class::Singleton

AUTHOR

Serż Minus (Sergey Lepenkov) http://www.serzik.com <abalama@cpan.org>

COPYRIGHT

Copyright (C) 1998-2019 D&D Corporation. All Rights Reserved

LICENSE

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See LICENSE file and https://dev.perl.org/licenses/