On Wed, May 15, 2013 at 3:28 PM, Octavian Rasnita <orasn...@gmail.com> wrote:
> From: "shawn wilson" <ag4ve...@gmail.com>
>
>
>
>> I asked this in #perl-help and was told that by the time perl checked
>> the version, the module was already loaded - is there a way to check
>> the version without completely loading the module so that when one
>> failed, I could move on to another module of the same name whose
>> version might succeed?
>>
>> I attached a tar file with a test, let me know if nothing is seen.
>>
>

>
> This check is usually done at development time.
> Is there a reason you can't check which version of the modules you need are
> working with your code when you create the app?
>

No, I suppose i can just do perl -Ilib for development and the like.
However, not checking that there is a satisfactory module version
anywhere along the namespace seems to make things more brittle than
they nead to be (and it's annoying me :) ).

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to