/usr/local/CPAN/Interpolation/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.340201
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'Interpolation',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/Interpolation.pm',
          'PREREQ_PM' => {
                           'Test::More' => 0
                         }
        )
;