/usr/local/CPAN/XML-SemanticDiff/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.34
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'XML::SemanticDiff',
          'VERSION_FROM' => 'lib/XML/SemanticDiff.pm',
          'PREREQ_PM' => {
                           'Digest::MD5' => '0',
                           'Encode' => '0',
                           'XML::Parser' => '0'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;