#!/usr/bin/perl -w use strict; use ExtUtils::MakeMaker; WriteMakefile( NAME => 'SCUBA::Table::NoDeco', VERSION_FROM => 'lib/SCUBA/Table/NoDeco.pm', # finds $VERSION PREREQ_PM => {}, # e.g., Module::Name => 1.1 ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'lib/SCUBA/Table/NoDeco.pm', # retrieve abstract from module AUTHOR => 'Paul Fenwick ') : ()), );