Heads up: Unix::Sudo incoming, it will ask for your password

[email protected] (David Cantrell)
Newsgroups perl.cpan.testers.discuss
Message-ID <[email protected]>
I am soon going to unleash an abomination, Unix::Sudo, upon an 
unsuspecting innocent world. It runs a block of code as root:

   $uid = $<;           # ordinary user
   $uid = sudo { $< };  # root
   $uid = $<;           # back to the ordinary user

The tests will ask for your password, and I would be very grateful if 
you would consider allowing it to run - but please read the source 
first, for both the module and the tests.

https://github.com/DrHyde/perl-modules-Unix-Sudo

Alternatively, consider this a warning that you might like to 
pre-emptively block it from running on your machines :-)

-- 
David Cantrell
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.