#------------------------------------------------------------
# Copyright (C) 2006 RoyaltyShare, Inc.   All Rights Reserved
#------------------------------------------------------------

package Metadata::Translator::Record;

use strict;

use lib '/app/tools/common/lib';
use Common::Assert;

use base 'Common::Translator::Record';

###
1;    # Play nicely.
###
