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.7 by elmex, Thu Aug 31 21:09:32 2006 UTC vs.
Revision 1.23 by root, Tue Apr 20 06:49:31 2010 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 common::sense => 0,
12 AnyEvent => 4,
11 JSON::Syck => 0.13, 13 JSON::XS => 2.01,
14 Compress::LZF => 3.11,
12 }, 15 },
13 NAME => "Crossfire", 16 NAME => "Deliantra",
14 VERSION_FROM => "Crossfire.pm", 17 VERSION_FROM => "Deliantra.pm",
15 EXE_FILES => [qw(bin/cfarch-normalize bin/cfmap-normalize bin/cfmap-plushify)], 18 EXE_FILES => [qw(bin/cfarch-normalize bin/cfmap-normalize bin/cfarch-normalize bin/cfmap-plushify
16 19 bin/cfmap-cavehify bin/cfmap-tagify bin/cfxmlrender bin/cf-slotutil)],
17}); 20});
18 21
19$mm->flush; 22$mm->flush;
20 23

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines