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.4 by root, Mon Sep 15 00:05:32 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 'Event/Coro.pm' => '$(INST_LIBDIR)/FCP/Event/Coro.pm',
17 'Event/Glib.pm' => '$(INST_LIBDIR)/FCP/Event/Glib.pm',
18 'Event/Tk.pm' => '$(INST_LIBDIR)/FCP/Event/Tk.pm',
19 },
13); 20);
14 21

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines