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.40
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Text::Perfide::PartialAlign',
  'VERSION_FROM' => 'lib/Text/Perfide/PartialAlign.pm',
  'PREREQ_PM' => {
                   'Inline::Files' => 0,
                   'Test::More' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [
                   'bin/partialAlign.py',
                   'bin/partial_align.pl',
                   'bin/partial_align1',
                   'bin/pf-partialalign'
                 ],
  'PL_FILES' => {}
)
;