NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
You are to blame here... (Score:1)
You are supposed to have your Makefile.PL abort appropriately if you see you are on a platform that you don't support.
There are, in fact, some Win32:: modules that DO run on Linux under certain wine'y scenarios. So a filename-related shortcut wouldn't work.
Your Makefile.PL already says what dependencies and what perl version it needs. It should also abort cleanly if it doesn't support some host.
That way they don't have to gue
Re:You are to blame here... (Score:0)
In which holy book is this documented?
Reply to This
Parent