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, 11 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

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