/usr/local/CPAN/Sys-Mmap-Simple/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.30
require 5.007003;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'Sys::Mmap::Simple',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/Sys/Mmap/Simple.pm',
          'PREREQ_PM' => {
                           'Test::More' => 0,
                           'Sub::Prototype' => '0.02',
                           'File::Map' => '0.13',
                           'Exporter' => '5.57'
                         }
        )
;