/usr/local/CPAN/X11-Keyboard/Makefile.PL


use ExtUtils::MakeMaker;

# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.

WriteMakefile(
	NAME			=> 'X11::Keyboard',
	VERSION_FROM	=> 'Keyboard.pm', 
	AUTHOR			=> 'Erick Calder <ecalder@cpan.org>',
	ABSTRACT_FROM	=> 'Keyboard.pm',
	PREREQ_PM		=> {
		X11::Protocol => '0.04',
		},
	);