ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-FCP/Makefile.PL
(Generate patch)

Comparing Net-FCP/Makefile.PL (file contents):
Revision 1.1 by root, Sun Sep 7 22:57:40 2003 UTC vs.
Revision 1.2 by root, Tue Sep 9 06:13:19 2003 UTC

8 COMPRESS => 'gzip -9v', 8 COMPRESS => 'gzip -9v',
9 SUFFIX => '.gz', 9 SUFFIX => '.gz',
10 }, 10 },
11 NAME => "Net::FCP", 11 NAME => "Net::FCP",
12 VERSION_FROM => "FCP.pm", 12 VERSION_FROM => "FCP.pm",
13 'PM' => {
14 'FCP.pm' => '$(INST_LIBDIR)/FCP.pm',
15 'Event/Event.pm' => '$(INST_LIBDIR)/FCP/Event/Event.pm',
16 },
13); 17);
14 18

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines