]> Dogcows Code - chaz/p5-Alien-ZMQ/blob - examples/Makefile.PL
fix up documentation and bump version number
[chaz/p5-Alien-ZMQ] / examples / Makefile.PL
1 use ExtUtils::MakeMaker;
2 use Alien::ZMQ;
3
4 WriteMakefile(
5 NAME => 'My::Module',
6 VERSION_FROM => 'lib/My/Module.pm',
7 INC => Alien::ZMQ::cflags,
8 LIBS => Alien::ZMQ::libs,
9 # add more params
10 );
This page took 0.029878 seconds and 4 git commands to generate.