NAME

    Win32::Shortkeys - A shortkeys perl script for windows

VERSION

    0.05

INSTALLATION

    To install Win32::Shortkeys, cd to the directory that contains this
    file and type the following:

       perl Makefile.PL
       make
       make test
       make install

    On windows use nmake or dmake instead of make.

    To install this module into a specific directory, do: perl Makefile.PL
    PREFIX=/name/of/the/directory ...the rest is the same...

    Please also read the perlmodinstall man page, if available.

DEPENDENCIES

            XML::Parser     2.44
            Time::HiRes     1.9733
            Win32::Clipboard        0.58
            Config::YAML::Tiny
            Win32::Shortkeys::Kbh   0.01
            Encode  2.84
            Test::Simple    0.44
            Carp    1.4