Cac

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN


EOF
  exit(1);
}

use Config;

WriteMakefile(
    'NAME'		=> 'Cac',
    'dist'              => {
                             PREOP => 'chown -R root.root .; chmod -R u=rwX,go=rX . ;',
                             COMPRESS => 'gzip -9v',
                             SUFFIX   => '.gz',
                             DIST_DEFAULT=> 'predist',
                           },
    'VERSION_FROM'	=> 'Cac.pm',
    'PREREQ_PM'		=> { # 'Spreadsheet::WriteExcel' => 0.32,
    			     # 'Parse::RecDescent' => 1.80,	
    			   },
    ($] >= 5.005 ?    ## Add these new keywords supported since 5.005
      (ABSTRACT_FROM => 'Cac.pm', # retrieve abstract from module



( run in 2.375 seconds using v1.01-cache-2.11-cpan-71847e10f99 )