The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.3601
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Locale::Maketext::Extract::Plugin::XSL',
          'VERSION_FROM' => 'lib/Locale/Maketext/Extract/Plugin/XSL.pm',
          'PREREQ_PM' => {
                           'Locale::Maketext::Lexicon' => '0.7',
                           'Regexp::Common' => 0,
                           'Test::More' => 0,
                           'XML::LibXML' => '1.61'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;