Algorithm-BinarySearch-Vec
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
NAME => 'Algorithm::BinarySearch::Vec',
AUTHOR => 'Bryan Jurish <moocow@cpan.org>',
ABSTRACT => 'binary search and basic set operations for vec() vectors, with fast XS implementations',
VERSION_FROM => 'Vec.pm',
##-- user variables
#CC => 'c++', ##-- your c++ compiler
#LIBS => "$MY_LDFLAGS $MY_LIBS", ##-- additional libraries
#DEFINE => '-DHAVE_CONFIG_H', ##-- additional defines
#INC => $MY_IFLAGS, ##-- additional includes
#CCFLAGS => '', ##-- additional flags
OPTIMIZE => '-O2 -pipe', ##-- optimization flags
#OBJECT => 'foo.o',
##-- install these
#EXE_FILES => [glob("*.perl")],
##-- DEBUG
#MAKEAPERL=>1,
##LINKTYPE=>'static',
#MAP_TARGET=>'ucperl',
##INCLUDE_EXT=>[qw(Encode DynaLoader Exporter)], ##-- ??? doesn't work ???
( run in 2.038 seconds using v1.01-cache-2.11-cpan-94b05bcf43c )