ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Download File
/
cvs
/
Types-Serialiser
/
Makefile.PL
Revision:
1.2
Committed:
Sun Oct 27 20:01:08 2013 UTC
(11 years, 2 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 ***
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
);
12