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.6 by elmex, Wed Aug 9 13:18:55 2006 UTC vs.
Revision 1.17 by root, Wed Dec 26 18:05:00 2007 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 => 0,
11 JSON::Syck => 0.13, 12 JSON::XS => 2.01,
12 }, 13 },
13 NAME => "Crossfire", 14 NAME => "Deliantra",
14 VERSION_FROM => "Crossfire.pm", 15 VERSION_FROM => "Deliantra.pm",
15 EXE_FILES => [qw(bin/cfmap-normalize bin/cfmap-plushify)], 16 EXE_FILES => [qw(bin/cfarch-normalize bin/cfmap-normalize bin/cfarch-normalize bin/cfmap-plushify bin/cfmap-tagify)],
16
17}); 17});
18 18
19$mm->flush; 19$mm->flush;
20 20

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines