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.1 by root, Sat Oct 21 19:00:53 2000 UTC vs.
Revision 1.2 by root, Mon Feb 5 14:05:08 2001 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' => {
7 PREOP => 'pod2text LZF.pm | tee README >$(DISTVNAME)/README; '.
8 'chown -R root.root .; chmod -R u=rwX,go=rX . ;',
9 COMPRESS => 'gzip -9v',
10 SUFFIX => '.gz',
11 },
6 'PM' => { 12 'PREREQ_PM' => {
7 'SQL.pm' => '$(INST_LIBDIR)/SQL.pm', 13 DBI => 1.13,
8 }, 14 },
9); 15);
10 16

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines