| Revision: | 1.4 |
| Committed: | Sun Jun 21 03:30:00 2009 UTC (17 years, 2 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 *** |
| # | 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 |