File: Makefile.PL

package info (click to toggle)
libxml-semanticdiff-perl 1.00.00-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 232 kB
  • sloc: perl: 535; xml: 532; makefile: 13
file content (17 lines) | stat: -rw-r--r-- 526 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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' => {}
        )
;