The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use utf8;
use strict;
use warnings;
no warnings qw(uninitialized);


package XML::Pastor::Element;

use base qw(XML::Pastor::ComplexType);

XML::Pastor::Element->mk_classdata('XmlSchemaElement');


1;

__END__