ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/PApp-SQL/Makefile.PL
Revision: 1.4
Committed: Sun Jun 21 03:30:00 2009 UTC (14 years, 10 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-2_0, rel-1_05, rel-2_001, rel-2_002, HEAD
Changes since 1.3: +2 -2 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 use ExtUtils::MakeMaker;
2
3 WriteMakefile (
4 NAME => 'PApp::SQL',
5 VERSION_FROM => 'SQL.pm',
6 'dist' => {
7 PREOP => 'pod2text SQL.pm | tee README >$(DISTVNAME)/README; '.
8 'chown -R root.root .; chmod -R u=rwX,go=rX . ;',
9 COMPRESS => 'gzip -9v',
10 SUFFIX => '.gz',
11 },
12 'PREREQ_PM' => {
13 DBI => 1.609,
14 },
15 );
16