You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to get zoidberg to run under Windows. The biggest hurdle seems to be job control, which is not supported under Windows. It seems to me the easiest solution to this is to create an alternative Zoidberg::Contractor that has the same interface but does not actually do any job control, and have Zoidberg.pm choose which one to inherit from depending on the OS. What do you think?
The text was updated successfully, but these errors were encountered:
I wholeheartedly agree! I have myself tried to do this, but its so far outside my realm of knowledge that I don't get very far. I am only the new maintainer and didn't write any part of Zoidberg::Contractor so much of it appears to be black magic to me. Any help would be appreciated!
I am attempting to get zoidberg to run under Windows. The biggest hurdle seems to be job control, which is not supported under Windows. It seems to me the easiest solution to this is to create an alternative Zoidberg::Contractor that has the same interface but does not actually do any job control, and have Zoidberg.pm choose which one to inherit from depending on the OS. What do you think?
The text was updated successfully, but these errors were encountered: