INSTALLATION INSTRUCTIONS

    perl Makefile.PL
    make
    make test
    make install
    make clean

DIST CREATING

    perl Makefile.PL
    make
    make test
    make tardist
    make clean

CREATE NEW VERSION (FOR DEVELOPER ONLY)

    * README         -- In documentation
    * CHANGES        -- Result of command: gmtime | gclip
    * lib/CTK.pm     -- In documentation (VERSION) & in code $VERSION
    * bin/ctklib     -- In documentation (VERSION)
    * t/01-use.t     -- In test case
