ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Types-Serialiser/Makefile.PL
Revision: 1.3
Committed: Mon Oct 28 15:28:44 2013 UTC (10 years, 7 months 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 ***

File Contents

# 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