# $Id: //depot/prod/test/nacldev/lib/NACL/CS/QuotaReport.pm#9 $ # # Copyright (c) 2001-2011 NetApp, Inc., All Rights Reserved # Any use, modification, or distribution is prohibited # without prior written consent from NetApp, Inc. # ## @summary QuotaReport ComponentState Module ## @author dl-nacl-dev@netapp.com ## @status shared ## @pod here =head1 NAME NACL::CS::QuotaReport =head1 DESCRIPTION This component is an alias of L. The implementation and documentation of provided functionality is present in L. (If a component 'aliascomp' is said to be an alias of component 'comp', then the same functionality that is present in component 'comp' is also provided by component 'aliascomp'.) =cut package NACL::CS::QuotaReport; use base 'NACL::CS::VolumeQuotaReport'; 1;