Revision: | 1.3 |
Committed: | Mon Oct 28 15:28:44 2013 UTC (11 years, 1 month ago) by root |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | rel-1_0, rel-1_01, rel-0_03, rel-0_02, HEAD |
Changes since 1.2: | +3 -0 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 | root | 1.3 | PREREQ_PM => { |
12 | common::sense => 0, | ||
13 | }, | ||
14 | root | 1.1 | ); |
15 |