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

Comparing AnyEvent-DBI/Makefile.PL (file contents):
Revision 1.2 by root, Mon Jun 9 14:39:50 2008 UTC vs.
Revision 1.3 by root, Sat Oct 30 20:23:44 2010 UTC

6 COMPRESS => 'gzip -9v', 6 COMPRESS => 'gzip -9v',
7 SUFFIX => '.gz', 7 SUFFIX => '.gz',
8 }, 8 },
9 NAME => "AnyEvent::DBI", 9 NAME => "AnyEvent::DBI",
10 VERSION_FROM => "DBI.pm", 10 VERSION_FROM => "DBI.pm",
11 PREREQ_PM => { 11 PREREQ_PM => {
12 AnyEvent => 4.15, 12 AnyEvent => 4.15,
13 DBI => 1.0, 13 DBI => 1.0,
14 common::sense => 3.3,
14 }, 15 },
15}); 16});
16 17
17$mm->flush; 18$mm->flush;
18 19

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines