Algorithm-PageRank-XS
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
DEFINE => '',
INC => '-I.',
OBJECT => 'XS.o pagerank.o table.o',
'PREREQ_PM' => {
"Test::More" => 0.11, # For the tests only
},
%opts,
dist => {
PREOP => 'pod2text lib/Algorithm/PageRank/XS.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
COMPRESS => 'gzip -9v',
SUFFIX => '.gz',
},
# Remove annoying temp files...
clean => {FILES => "*~"},
);
( run in 0.360 second using v1.01-cache-2.11-cpan-496ff517765 )