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