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.2 by elmex, Sun Mar 4 23:46:05 2007 UTC vs.
Revision 1.3 by elmex, Wed Mar 7 12:18:25 2007 UTC

1use strict; 1use strict;
2use warnings; 2use warnings;
3use ExtUtils::MakeMaker; 3use ExtUtils::MakeMaker;
4 4
5WriteMakefile( 5WriteMakefile(
6 NAME => 'Net::Chat::JSON', 6 NAME => 'Net::Bummskraut',
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/Bummskraut.pm',
9 ABSTRACT_FROM => 'lib/Net/Chat/JSON.pm', 9 ABSTRACT_FROM => 'lib/Net/Bummskraut.pm',
10 EXE_FILES => [qw(bin/nc_json_srv bin/nc_json_cl)], 10 EXE_FILES => [qw(bin/bummskraut bin/bummskraut_server)],
11 PL_FILES => {}, 11 PL_FILES => {},
12 PREREQ_PM => { 12 PREREQ_PM => {
13 'Test::More' => 0, 13 'Test::More' => 0,
14 }, 14 },
15 dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, 15 dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
16 clean => { FILES => 'Net-Chat-JSON-*' }, 16 clean => { FILES => 'Net-Bummskraut-*' },
17); 17);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines