| Revision: | 1.1 |
| Committed: | Sun Oct 27 19:49:33 2013 UTC (12 years, 3 months ago) by root |
| Content type: | text/plain |
| Branch: | MAIN |
| Log Message: | *** empty log message *** |
| # | Content |
|---|---|
| 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 | PREREQ_PM => { |
| 12 | common::sense => 0, |
| 13 | }, |
| 14 | ); |
| 15 |