# Copyrights 2001-2004,2007 by Mark Overmeer . # For other contributors see Changes. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 1.00. use warnings; use strict; package C::D::E; use vars '$VERSION'; $VERSION = '0.18'; use base 'C::D'; sub c_d_e() {'c_d_e'} 1;