| Revision: | 1.3 |
| Committed: | Sun Aug 30 14:34:41 2009 UTC (17 years ago) by root |
| Content type: | text/plain |
| Branch: | MAIN |
| CVS Tags: | rel-1_44, rel-1_43, rel-1_422 |
| Changes since 1.2: | +3 -0 lines |
| Log Message: | 1.422 |
| # | 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 | root | 1.3 | PREREQ_PM => { |
| 12 | common::sense => 0, | ||
| 13 | }, | ||
| 14 | root | 1.1 | NAME => "Devel::FindRef", |
| 15 | VERSION_FROM => "FindRef.pm", | ||
| 16 | ); | ||
| 17 |