The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

use ExtUtils::MakeMaker;

WriteMakefile(
    'NAME'          => 'XML::Structured',
    'VERSION_FROM'  => 'lib/XML/Structured.pm',
    'DISTNAME'      => 'XML-Structured',
    'AUTHOR'        => 'Michael Schroeder <mls@suse.de>',
    'ABSTRACT_FROM' => 'lib/XML/Structured.pm',
);