The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Copyrights 2001-2018 by [Mark Overmeer].
#  For other contributors see ChangeLog.
# See the manual pages for details on the licensing terms.
# Pod stripped from pm file by OODoc 2.02.

use warnings;
use strict;

package C::D::E;
use vars '$VERSION';
$VERSION = '0.21';

use base 'C::D';

sub c_d_e() {'c_d_e'}

1;