| Revision: | 1.2 |
| Committed: | Sun Oct 27 20:01:08 2013 UTC (12 years, 4 months ago) by root |
| Content type: | text/plain |
| Branch: | MAIN |
| CVS Tags: | rel-0_01 |
| Changes since 1.1: | +0 -3 lines |
| Log Message: | *** empty log message *** |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | root | 1.1 | use ExtUtils::MakeMaker; |
| 2 | |||
| 3 | WriteMakefile( | ||
| 4 | dist => { | ||
| 5 | PREOP => 'pod2text Serialiser.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', | ||
| 6 | COMPRESS => 'gzip -9v', | ||
| 7 | SUFFIX => '.gz', | ||
| 8 | }, | ||
| 9 | VERSION_FROM => "Serialiser.pm", | ||
| 10 | NAME => "Types::Serialiser", | ||
| 11 | ); | ||
| 12 |