Subject: | FORKS_SIMULATE_USE_ITHREADS=1 |
I am literally begging for a Makefile.PL environment variable to answer “yes” the useithreads
simulation question when there's no tty. My idea is attached.
I build my favorite modules and my favorite perl into a package on my various servers and
having to stop to interact with forks really kills my automation.
Thanks for reading this far,
-Paul
--
If riding in an airplane is flying, then riding in a boat is swimming.
116 jumps, 48.6 minutes of freefall, 92.9 freefall miles.
Subject: | useithreads_env.patch |
--- /tmp/Makefile.PL 2011-07-29 08:38:57.206673982 -0400
+++ Makefile.PL 2009-04-07 05:54:16.000000000 -0400
@@ -74,9 +74,6 @@
." shadow the new forks modules.\n";
print "\n";
}
-
- } elsif( exists $ENV{FORKS_SIMULATE_USE_ITHREADS} ) {
- $simulate_useithreads = $ENV{FORKS_SIMULATE_USE_ITHREADS};
}
}