NAME
Security::Test - Performs checks for common Perl insecurities
SYNOPSIS
use Security::Test;
my $test = Security::Test->new();
$test->test;
DESCRIPTION
This module performs a number of tests for common security flaws found in many Perl installations, returning full descriptions of an insecurities that it finds.
AUTHOR
Nigel Wetters (nwetters@cpan.org)
COPYRIGHT
Copyright (c) 2001, Nigel Wetters. All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the same terms as Perl itself.