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.1 by elmex, Sat Feb 4 23:56:14 2006 UTC vs.
Revision 1.22 by root, Tue Sep 1 21:37:25 2009 UTC

4 4
5my $mm = MM->new({ 5my $mm = MM->new({
6 dist => { 6 dist => {
7 COMPRESS => 'gzip -9v', 7 COMPRESS => 'gzip -9v',
8 SUFFIX => '.gz', 8 SUFFIX => '.gz',
9 }, 9 },
10 PREREQ_PM => {
11 common::sense => 0,
12 AnyEvent => 4,
13 JSON::XS => 2.01,
14 Compress::LZF => 3.11,
15 },
10 NAME => "Crossfire", 16 NAME => "Deliantra",
11 VERSION_FROM => "Crossfire.pm", 17 VERSION_FROM => "Deliantra.pm",
18 EXE_FILES => [qw(bin/cfarch-normalize bin/cfmap-normalize bin/cfarch-normalize bin/cfmap-plushify bin/cfmap-tagify bin/cfxmlrender bin/cf-slotutil)],
12}); 19});
13 20
14$mm->flush; 21$mm->flush;
15 22

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines