ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-FCP/Makefile.PL
Revision: 1.2
Committed: Tue Sep 9 06:13:19 2003 UTC (23 years ago) by root
Content type: text/plain
Branch: MAIN
Changes since 1.1: +4 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 use ExtUtils::MakeMaker;
2    
3     require 5.005;
4    
5     WriteMakefile(
6     dist => {
7     PREOP => 'pod2text FCP.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
8     COMPRESS => 'gzip -9v',
9     SUFFIX => '.gz',
10     },
11     NAME => "Net::FCP",
12     VERSION_FROM => "FCP.pm",
13 root 1.2 'PM' => {
14     'FCP.pm' => '$(INST_LIBDIR)/FCP.pm',
15     'Event/Event.pm' => '$(INST_LIBDIR)/FCP/Event/Event.pm',
16     },
17 root 1.1 );
18