# # Copyright (c) 2014 NetApp, Inc., All Rights Reserved. # Any use, modification, or distribution is prohibited # without prior written consent from NetApp, Inc. # package NACL::Service::Worker; use strict; use warnings; use parent qw(NATE::Service::Worker); # XXX: w/o anything here, this is Complete Overhead 1; __END__