#------------------------------------------------------------
# Copyright (C) 2006 RoyaltyShare, Inc.   All Rights Reserved
# $Id$
#------------------------------------------------------------
package RPS::Publisher::Command::US::ListLicenses;
use strict;
use warnings;

use lib '/app/tools/rps/lib';
use RPS::Publisher::US::Publisher;
use RPS::Publisher::US::ListLicensesForm;

use base 'RPS::Publisher::Command::BaseListLicenses';


sub area { return 'publisher'; }

sub _template { return "/app/tools/rps/templates/publisher/list_licenses.xsl"; }
sub _form { return "RPS::Publisher::US::ListLicensesForm"; }


1;
