PApp-SQL
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
use ExtUtils::MakeMaker;
WriteMakefile (
NAME => 'PApp::SQL',
VERSION_FROM => 'SQL.pm',
'dist' => {
PREOP => 'pod2text SQL.pm | tee README >$(DISTVNAME)/README; '.
'chown -R root.root .; chmod -R u=rwX,go=rX . ;',
COMPRESS => 'gzip -9v',
SUFFIX => '.gz',
},
'PREREQ_PM' => {
DBI => 1.609,
},
);
( run in 1.203 second using v1.01-cache-2.11-cpan-5511b514fd6 )