package Check::Test3;

# cpanel12 - Test3.pm                             Copyright(c) 2007 cPanel, Inc.
#                                                           All rights Reserved.
# copyright@cpanel.net                                         http://cpanel.net

our $title = 'Test 3';
our $notice = 'TEST3: This is only a Test.';
our $severity = 8;
our $group = 'security';

sub relevant {
    return 1;
}

1;
