/usr/local/CPAN/Cache-FastMmap-WithWin32/Makefile.PL


use 5.006;
use ExtUtils::MakeMaker;

WriteMakefile(
    'NAME'          => 'Cache::FastMmap::WithWin32',
    'VERSION_FROM'  => 'lib/Cache/FastMmap/WithWin32.pm',
    'ABSTRACT_FROM' => 'lib/Cache/FastMmap/WithWin32.pm',
    'AUTHOR'        => 'Rob Mueller <cpan@robm.fastmail.fm>',
    'PREREQ_PM'     => {
      'Storable' => 0,
    },
    'DIR'           => [
      'Cache-FastMmap-CImpl'
    ],
#	    'OPTIMIZE' => '-g -DDEBUG -ansi -pedantic',
);