MakeMaker warning

2007-12-26 Thread Gabor Szabo
Hi, might be slightly unrelated to QAsorry After installing JOSHUA/Net-Telnet-Cisco-1.10.tar.gz if I run perl Makefile.PL on an unrelated Makefile.PL that requires 'Net::Telnet::Cisco' => '1.10' I get a warning Argument "1.3.1" isn't numeric in numeric lt (<) at /opt/perl510/lib/5.1

Re: MakeMaker warning

2007-12-26 Thread Michael G Schwern
Gabor Szabo wrote: > might be slightly unrelated to QAsorry In the future, MakeMaker issues go to [EMAIL PROTECTED] > After installing JOSHUA/Net-Telnet-Cisco-1.10.tar.gz > if I run perl Makefile.PL on an unrelated Makefile.PL that > requires 'Net::Telnet::Cisco' => '1.10' > I get a

Re: MakeMaker warning

2007-12-28 Thread David Cantrell
On Wed, Dec 26, 2007 at 02:37:00AM -0800, Michael G Schwern wrote: > The warning is absolutely correct, 1.3.1 isn't numeric. Nor is it a version > object as it probably should be. So that much of Sys::HostIP is wrong. > > As to why it's happening in your apparently unrelated Makefile.PL, I can'

Re: MakeMaker warning

2007-12-29 Thread Gabor Szabo
On Dec 26, 2007 12:37 PM, Michael G Schwern <[EMAIL PROTECTED]> wrote: > Gabor Szabo wrote: > > might be slightly unrelated to QAsorry > > In the future, MakeMaker issues go to [EMAIL PROTECTED] Sorry for that. > > After installing JOSHUA/Net-Telnet-Cisco-1.10.tar.gz > > if I run perl Makef

Re: MakeMaker warning

2007-12-29 Thread Michael G Schwern
Gabor Szabo wrote: > Is there a place with definition of what a VERSION value can be ? Anything which compares sanely as a number plus the X.YY_ZZ alpha convention (which MM converts to a number). I guess that's never stated explicitly. I'd welcome a section on $VERSION in ExtUtils::MakeMaker::T