ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/PApp-SQL/Makefile.PL
Revision: 1.3
Committed: Thu Jul 19 00:04:19 2001 UTC (22 years, 10 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: BEFORE_5_8_REGEX_FIX, klinik-loewenstein-05052002, klinik-loewenstein, kis-loewenstein-2002-10-07_0200, rel-1_0, rel-1_02, rel-1_03, rel-1_04, kis-loewenstein, Klinik_Kis_25032002_2245
Changes since 1.2: +1 -1 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.13,
14 },
15 );
16