yosefm has asked for the wisdom of the Perl Monks concerning the following question:
What I basically need is a mechanism to make a script state 'I want version 0.5 of module Some::Module' and get exactly this version, no higher.
After some super searching and reading the docs for require and use, I came up with the following solutions:
But it seems to me that there must be better solutions since I can't be the first one to deal with that.
Any ideas?
Thanks in advance,
Yosef.
|
|---|