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.3 by elmex, Wed Mar 7 12:18:25 2007 UTC vs.
Revision 1.4 by elmex, Wed Mar 7 17:24:08 2007 UTC

9 ABSTRACT_FROM => 'lib/Net/Bummskraut.pm', 9 ABSTRACT_FROM => 'lib/Net/Bummskraut.pm',
10 EXE_FILES => [qw(bin/bummskraut bin/bummskraut_server)], 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 'AnyEvent' => 0,
15 'JSON::Syck' => 0,
16 'Curses' => 0,
17 'Term::ReadKey' => 0,
14 }, 18 },
15 dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, 19 dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
16 clean => { FILES => 'Net-Bummskraut-*' }, 20 clean => { FILES => 'Net-Bummskraut-*' },
17); 21);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines