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.21 by root, Sun Sep 28 05:58:01 2008 UTC vs.
Revision 1.24 by root, Sat May 15 00:22:26 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,
11 AnyEvent => 4, 12 AnyEvent => 4,
12 JSON::XS => 2.01, 13 JSON::XS => 2.01,
13 Compress::LZF => 3.11, 14 Compress::LZF => 3.11,
14 }, 15 },
15 NAME => "Deliantra", 16 NAME => "Deliantra",
16 VERSION_FROM => "Deliantra.pm", 17 VERSION_FROM => "Deliantra.pm",
17 EXE_FILES => [qw(bin/cfarch-normalize bin/cfmap-normalize bin/cfarch-normalize bin/cfmap-plushify bin/cfmap-tagify bin/cfxmlrender bin/cf-slotutil)], 18 EXE_FILES => [qw(bin/cfarch-normalize bin/cfmap-normalize bin/cfarch-normalize bin/cfmap-plushify
19 bin/cfmap-cavehify bin/cfmap-tagify bin/cfxmlrender bin/cf-slotutil bin/cfmap-set)],
18}); 20});
19 21
20$mm->flush; 22$mm->flush;
21 23

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines