NAME
CTK::Plugin::Test - Test plugin as example for Your plugins
VERSION
Version 1.01
SYNOPSIS
use CTK;
my $ctk = CTK->new(
        plugins => "test",
    );
print $ctk->foo;
DESCRIPTION
Test plugin as example for Your plugins. See CTK::Plugin
init
Initializer. Optional method. See CTK::Plugin
METHODS
- foo
 - 
print $ctk->foo;Returns wrapped the tms value from CTK object
 
HISTORY
See Changes file
DEPENDENCIES
TO DO
See TODO file
BUGS
* none noted
SEE ALSO
AUTHOR
Serż Minus (Sergey Lepenkov) https://www.serzik.com <abalama@cpan.org>
COPYRIGHT
Copyright (C) 1998-2022 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/