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.15 by root, Sun Sep 16 19:15:34 2007 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 AnyEvent => 0,
12 JSON::XS => 1.44,
13 },
10 NAME => "Crossfire", 14 NAME => "Crossfire",
11 VERSION_FROM => "Crossfire.pm", 15 VERSION_FROM => "Crossfire.pm",
16 EXE_FILES => [qw(bin/cfarch-normalize bin/cfmap-normalize bin/cfarch-normalize bin/cfmap-plushify bin/cfmap-tagify)],
12}); 17});
13 18
14$mm->flush; 19$mm->flush;
15 20

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines