]> Dogcows Code - chaz/p5-Alien-ZMQ/blobdiff - examples/Makefile.PL
fix up documentation and bump version number
[chaz/p5-Alien-ZMQ] / examples / Makefile.PL
diff --git a/examples/Makefile.PL b/examples/Makefile.PL
new file mode 100644 (file)
index 0000000..63991a2
--- /dev/null
@@ -0,0 +1,10 @@
+use ExtUtils::MakeMaker;
+use Alien::ZMQ;
+
+WriteMakefile(
+    NAME         => 'My::Module',
+    VERSION_FROM => 'lib/My/Module.pm',
+    INC          => Alien::ZMQ::cflags,
+    LIBS         => Alien::ZMQ::libs,
+    # add more params
+);
This page took 0.01656 seconds and 4 git commands to generate.