Subject: | Win32 -- Undefined subroutine &POE::Component::SimpleDBI::SubProcess::main |
On Win32, SimpleDBI dies with
Undefined subroutine &POE::Component::SimpleDBI::SubProcess::main
called at C:/Perl/site/lib/POE/Component/SimpleDBI.pm line 810.
I patched SimpleDBI.pm as follows to repair the error.
--- SimpleDBI.pm 2006-12-07 13:54:29.000000000 -0700
+++ SimpleDBI.patch.pm 2006-12-07 13:54:14.000000000 -0700
@@ -16,6 +16,8 @@
use POE::Filter::Line; # For subprocess STDERR messages
use POE::Wheel::Run; # For the nitty-gritty details of 'fork'
+use POE::Component::SimpleDBI::SubProcess;
+
# Other miscellaneous modules we need
use Carp;