2 use ExtUtils::MakeMaker;
3 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
4 # the contents of the Makefile that is written.
6 NAME => 'IPC::Semaphore::Concurrency',
7 ABSTRACT_FROM => 'lib/IPC/Semaphore/Concurrency.pm', # retrieve abstract from module
8 AUTHOR => 'Thomas Guyot-Sionnest <tguyot@gmail.com>',
9 VERSION_FROM => 'lib/IPC/Semaphore/Concurrency.pm', # finds $VERSION
15 'IPC::Semaphore' => 0,
20 'meta-spec' => { version => 2 },
24 url => 'https://github.com/dermoth/IPC-Semaphore-Concurrency.git',
25 web => 'https://github.com/dermoth/IPC-Semaphore-Concurrency',