| Revision: | 1.2 |
| Committed: | Fri Aug 28 20:30:07 2009 UTC (17 years ago) by root |
| Content type: | text/plain |
| Branch: | MAIN |
| CVS Tags: | rel-1_421 |
| Changes since 1.1: | +1 -1 lines |
| Log Message: | 1.421 |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | root | 1.1 | use ExtUtils::MakeMaker; |
| 2 | |||
| 3 | root | 1.2 | use 5.008001; |
| 4 | root | 1.1 | |
| 5 | WriteMakefile( | ||
| 6 | dist => { | ||
| 7 | PREOP => 'pod2text FindRef.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', | ||
| 8 | COMPRESS => 'gzip -9v', | ||
| 9 | SUFFIX => '.gz', | ||
| 10 | }, | ||
| 11 | NAME => "Devel::FindRef", | ||
| 12 | VERSION_FROM => "FindRef.pm", | ||
| 13 | ); | ||
| 14 |