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 VERSION_FROM => 'lib/IPC/Semaphore/Concurrency.pm', # finds $VERSION
16 ($] >= 5.005 ? ## Add these new keywords supported since 5.005
17 (ABSTRACT_FROM => 'lib/IPC/Semaphore/Concurrency.pm', # retrieve abstract from module
18 AUTHOR => 'Thomas Guyot-Sionnest <tguyot@gmail.com>') : ()),