ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra/Makefile.PL
(Generate patch)

Comparing deliantra/Deliantra/Makefile.PL (file contents):
Revision 1.19 by elmex, Sun Aug 3 18:14:42 2008 UTC vs.
Revision 1.20 by root, Sun Aug 31 09:19:22 2008 UTC

6 dist => { 6 dist => {
7 COMPRESS => 'gzip -9v', 7 COMPRESS => 'gzip -9v',
8 SUFFIX => '.gz', 8 SUFFIX => '.gz',
9 }, 9 },
10 PREREQ_PM => { 10 PREREQ_PM => {
11 AnyEvent => 4, 11 AnyEvent => 4,
12 JSON::XS => 2.01, 12 JSON::XS => 2.01,
13 Compress::LZF => 3.11,
13 }, 14 },
14 NAME => "Deliantra", 15 NAME => "Deliantra",
15 VERSION_FROM => "Deliantra.pm", 16 VERSION_FROM => "Deliantra.pm",
16 EXE_FILES => [qw(bin/cfarch-normalize bin/cfmap-normalize bin/cfarch-normalize bin/cfmap-plushify bin/cfmap-tagify bin/cfxmlrender)], 17 EXE_FILES => [qw(bin/cfarch-normalize bin/cfmap-normalize bin/cfarch-normalize bin/cfmap-plushify bin/cfmap-tagify bin/cfxmlrender)],
17}); 18});

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines