Discussion:
Where's Protocol-Modbus?
(too old to reply)
nimectos
2012-02-04 11:30:17 UTC
Permalink
On search.cpan.org I can find Protocol::Modbus and it looks like a typical
module. I can download it, it's passed tests (including my matching Perl
version and platform), etc. But using "cpan", it can't find it, unlike
many other modules I've retrieved via "cpan". I looked in the CPAN FAQ
but it didn't mention this situation. What's up?
Shawn H Corey
2012-02-04 13:25:04 UTC
Permalink
Post by nimectos
On search.cpan.org I can find Protocol::Modbus and it looks like a typical
module. I can download it, it's passed tests (including my matching Perl
version and platform), etc. But using "cpan", it can't find it, unlike
many other modules I've retrieved via "cpan". I looked in the CPAN FAQ
but it didn't mention this situation. What's up?
What happens when you enter this?

perldoc -l Protocol::Modbus
--
Just my 0.00000002 million dollars worth,
Shawn

Programming is as much about organization and communication
as it is about coding.
(Andreas J. Koenig)
2012-02-04 14:42:00 UTC
Permalink
Post by nimectos
On search.cpan.org I can find Protocol::Modbus and it looks like a typical
module. I can download it, it's passed tests (including my matching Perl
version and platform), etc. But using "cpan", it can't find it, unlike
many other modules I've retrieved via "cpan". I looked in the CPAN FAQ
but it didn't mention this situation. What's up?
The file COSIMO/Protocol-Modbus-0.05.tar.gz contains world writeable
files and directories. PAUSE (the Perl Authors Upload Server) refuses to
index such files because they pose a security hazard on the end user.
The usual procedure for pause is to provide a replacement file without
world writables that then can be indexed. Such a file did not exist when
I looked, so maybe something went wrong when pause tried it the first
time. I just scheduled such an indexing job and in a few hours you
should be able to access Protocol::Modbus via one of the CPAN shells as
you would expect.

@cosimo: it would be nice if you could upload a replacement that has no
world writeable files.

http://blogs.perl.org/users/chorny/2011/07/how-to-get-rid-of-withoutworldwriteables.html

@nimectos: Thank you for reporting this.
--
andreas
Continue reading on narkive:
Loading...