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.3 by root, Fri Mar 31 21:06:48 2006 UTC vs.
Revision 1.4 by root, Sun Jul 30 16:05:11 2006 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 JSON::Syck => 0.13,
12 },
10 NAME => "Crossfire", 13 NAME => "Crossfire",
11 VERSION_FROM => "Crossfire.pm", 14 VERSION_FROM => "Crossfire.pm",
12 EXE_FILES => ["bin/cfmap-normalize"], 15 EXE_FILES => ["bin/cfmap-normalize"],
13 16
14}); 17});

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines