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.5 by elmex, Thu Mar 8 15:00:57 2007 UTC vs.
Revision 1.6 by elmex, Sat Mar 24 11:15:03 2007 UTC

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, 14 'AnyEvent' => 0,
15 'JSON::Syck' => 0, 15 'JSON::XS' => 0,
16 'Curses' => 0, 16 'Curses' => 0,
17 'Term::ReadKey' => 0, 17 'Term::ReadKey' => 0,
18 'Digest::HMAC_SHA1' => 0, 18 'Digest::HMAC_SHA1' => 0,
19 }, 19 },
20 dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, 20 dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines