ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-Bummskraut/Makefile.PL
(Generate patch)

Comparing Net-Bummskraut/Makefile.PL (file contents):
Revision 1.1 by elmex, Sun Feb 25 00:21:03 2007 UTC vs.
Revision 1.2 by elmex, Sun Mar 4 23:46:05 2007 UTC

5WriteMakefile( 5WriteMakefile(
6 NAME => 'Net::Chat::JSON', 6 NAME => 'Net::Chat::JSON',
7 AUTHOR => 'Robin Redeker <elmex@ta-sa.org>', 7 AUTHOR => 'Robin Redeker <elmex@ta-sa.org>',
8 VERSION_FROM => 'lib/Net/Chat/JSON.pm', 8 VERSION_FROM => 'lib/Net/Chat/JSON.pm',
9 ABSTRACT_FROM => 'lib/Net/Chat/JSON.pm', 9 ABSTRACT_FROM => 'lib/Net/Chat/JSON.pm',
10 EXE_FILES => [qw(bin/nc_json_srv bin/nc_json_cl)],
10 PL_FILES => {}, 11 PL_FILES => {},
11 PREREQ_PM => { 12 PREREQ_PM => {
12 'Test::More' => 0, 13 'Test::More' => 0,
13 }, 14 },
14 dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, 15 dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines