ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/PApp-SQL/Makefile.PL
(Generate patch)

Comparing PApp-SQL/Makefile.PL (file contents):
Revision 1.3 by root, Thu Jul 19 00:04:19 2001 UTC vs.
Revision 1.4 by root, Sun Jun 21 03:30:00 2009 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines