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 warning
> 
> Argument "1.3.1" isn't numeric in numeric lt (<) at
> /opt/perl510/lib/5.10.0/ExtUtils/MakeMaker.pm line 414.
> 
> I did not get this warning before installing Net::Telnet::Cisco
> 
> Strange thing is that when I ack for "1.3.1" the only place I found it is
> 
> /opt/perl510/lib/site_perl/5.10.0/Sys/HostIP.pm
> 7:$VERSION = '1.3.1';
> 
> So my diagnostics pointing at Net::Telnet::Cisco might be incorrect.
> 
> So which module is at fault here?

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't
say.  Double check that somewhere down the line you're not listing Sys::HostIP
as a prereq.


-- 
Look at me talking when there's science to do.
When I look out there it makes me glad I'm not you.
I've experiments to be run.
There is research to be done
On the people who are still alive.
-- Jonathan Coulton, "Still Alive"


sync_cpantesters

2007-12-26 Thread Dominique Quatravaux
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Andreas J. Koenig a écrit :
>
> As author you have already the option to fetch the reports from
> cpantesters either by visiting the site or by using MARCEL's
> App::sync_cpantesters. Perhaps needs more propagation.

It certainly does, like pretty much anything that is any good on CPAN
these days :-(. Thanks for the pointer anyway.

- --
<< Tout n'y est pas parfait, mais on y honore certainement les
jardiniers >>

Dominique Quatravaux <[EMAIL PROTECTED]>
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iQCVAwUBR3Irz/TYH7KfeIIFAQKMlwQAx2dG0nDC8NaFMEr36SjGkI9+SH62m7Je
SffkjCNKiJjMN6cVDyfUJ1wEFN5fI3sJNob1Hq1mVq5O1JY0mNLLUaSKBM0I13g6
K/WD5DBFcsfnj3LTjRPR7sA70txOMxW2THsWUx7+Vn7uAcRk4tjHqJ8ecmjenNRs
gB8TYx0w5uc=
=CXsQ
-END PGP SIGNATURE-




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.10.0/ExtUtils/MakeMaker.pm line 414.

I did not get this warning before installing Net::Telnet::Cisco

Strange thing is that when I ack for "1.3.1" the only place I found it is

/opt/perl510/lib/site_perl/5.10.0/Sys/HostIP.pm
7:$VERSION = '1.3.1';

So my diagnostics pointing at Net::Telnet::Cisco might be incorrect.

So which module is at fault here?

/opt/perl510/bin/perl -MExtUtils::MakeMaker -le 'print
$ExtUtils::MakeMaker::VERSION'
6.42


Gabor