# $Id$ package Handel::Subclassing::Currency; use strict; use warnings; use base qw/Handel::Currency/; 1;