Skip to content

markwellis/x11-xlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

X11-Xlib version 0.01
=====================

This module provide low-level access to X11 libary functions.

This includes access to some X11 extensions like the X11 test library (Xtst).

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other libraries:

    X11
    Xtest
    Xext

COPYRIGHT AND LICENCE

Copyright (C) 2009-2010 by Olivier Thauvin

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.7.1 or,
at your option, any later version of Perl 5 you may have available.