package Cpanel::Easy::Apache::MPMEvent;

# cpanel - Cpanel/Easy/Apache/MPMEvent.pm         Copyright(c) 2011 cPanel, Inc.
#                                                           All rights Reserved.
# copyright@cpanel.net                                         http://cpanel.net
# This code is subject to the cPanel license. Unauthorized copying is prohibited

our $easyconfig = {
    'name'    => 'MPM Event',
    'skip'    => 1,
    'implies' => {
        'Cpanel::Easy::ModQos' => 0,
    },
};

1;
