[Dev] bug in perlcheck.pl?

PingShan Li lipingshan72 at gmail.com
Thu Jan 17 11:28:36 CST 2008


Version: 2007.12.0.v200712201156

In perlcheck.pl:

# Add certain required modules if we are not running on Windows.
# For Windows users, these are provided by ZipTie (sorry *nix peeps)
if ($OS !~ /MSWin32/i)
{
    push(@required_modules, 'Socket6', 'Crypt::DES', 'Net::SNMP',
'Digest::SHA1', 'Digest::HMAC');
}

should it be "if ($OS =~ /MSWin32/i)" ?

Thanks

PingShan Li
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ziptie.org/pipermail/dev/attachments/20080117/cf901a91/attachment.html 


More information about the Dev mailing list