# # Copyright (c) 2014 NetApp, Inc., All Rights Reserved. # Any use, modification, or distribution is prohibited # without prior written consent from NetApp, Inc. # package NACL::ServiceAPI::Events; use strict; use parent qw(NACL::ServiceAPI); 1; __END__