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

use ExtUtils::MakeMaker;

WriteMakefile(

    NAME            => 'XML::LibXML::Enhanced',

    VERSION_FROM    => 'lib/XML/LibXML/Enhanced.pm',

    PREREQ_PM => {
	"Class::Singleton" => 0,
	"XML::LibXML" => 0,
	"XML::LibXSLT" => 0,
	"Data::Eacherator" => 0,
    },

);