File: Makefile.PL

package info (click to toggle)
libx11-keyboard-perl 1.4-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 68 kB
  • sloc: perl: 58; makefile: 6
file content (14 lines) | stat: -rw-r--r-- 349 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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',
		},
	);