Error when LWP, WxPerl and version.pm are used together

2010-12-05 Thread Octavian Rasnita
Hi, Here below I added a sample program that gives an error if WxPerl, LWP and version.pm are used together. The program works fine if either - With Wx::Locale I use the language id 56 (for English) instead of 155 (for Romanian) or - instead of use version; I use use version();. The first

Re: Error when LWP, WxPerl and version.pm are used together

2010-12-05 Thread John Peacock
On 12/05/2010 04:36 AM, Octavian Rasnita wrote: Hi, Here below I added a sample program that gives an error if WxPerl, LWP and version.pm are used together. I don't see any evidence by quickly looking over the respective sources that either WxPerl or LWP use the version.pm module at all.

Re: Error when LWP, WxPerl and version.pm are used together

2010-12-05 Thread mdootson
Hi Octavian, I think you can 'fix' this by an explicit 'use' for IO::Socket. e.g. use IO::Socket 1.31; should prevent the problem. For info, this only seems to be a problem with Perl 5.10 - it does not happen in Perl 5.12 I don't know why the problem exists - probably something to do with