Subject: | Missing dependeny: POE.pm |
Installing this module should require POE.pm, yes? :) vars.pm is the
only other dependency, but it looks like that is a standard module.
Patch for Makefile.PL attached.
Subject: | Makefile.PL.patch |
--- Makefile.PL.orig 2011-07-12 10:25:32.172524050 -0700
+++ Makefile.PL 2011-07-12 10:25:37.411428204 -0700
@@ -2,4 +2,7 @@
WriteMakefile(
NAME => 'Acme::POE::Knee',
VERSION => '1.10',
+ 'BUILD_REQUIRES' => {
+ 'POE' => '0',
+ },
);