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.
Er... all of them? (Score:1)
Er... are you assuming that all users of UNIVERSAL::require have their code on CPAN?
Reply to This
Re:Er... all of them? (Score:1)
Re:Er... all of them? (Score:1)
Re:Er... all of them? (Score:1)
You want us to drop every silly web application we've ever written for every client into CPAN?
Stuff that contains business logic that only applies to a guava farmer working in the north-western tasmania local government area of Tasman, who uses Quickbooks and has Internet Explorer specific functionality?
Re:Er... all of them? (Score:2)
Re:Er... all of them? (Score:1)
I might be getting something wrong, though, and I'm not sure whether you'd be able to prevent the instalation from within Makefile.PL. Probably.
Re:Er... all of them? (Score:2)
There is t
Re:Er... all of them? (Score:1)
There is the simple expedient of just not producing a Makefile.
Indeed
Re:Er... all of them? (Score:2)
In that case then its being installed as a dependency of something which itself has not yet been installed. When the dependent thing gets installed its own tests will run and detect if the incompatibility caused a problem.
Oh... you do have tests, right?
Re:Er... all of them? (Score:1)
That, however, poses a problem, as the module was already installed... but maybe you can somehow detect, er... something else O:-)