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

Comparing BDB/Makefile.PL (file contents):
Revision 1.9 by root, Tue Dec 11 02:28:54 2007 UTC vs.
Revision 1.10 by root, Tue Jul 14 19:29:23 2009 UTC

45 }, 45 },
46 NAME => "BDB", 46 NAME => "BDB",
47 VERSION_FROM => "BDB.pm", 47 VERSION_FROM => "BDB.pm",
48 INC => $INC, 48 INC => $INC,
49 LIBS => $LIBS, 49 LIBS => $LIBS,
50 PREREQ_PM => {
51 common::sense => 0,
52 },
50 PM => { 53 PM => {
51 'BDB.pm' => '$(INST_LIBDIR)/BDB.pm', 54 'BDB.pm' => '$(INST_LIBDIR)/BDB.pm',
52 }, 55 },
53}); 56});
54 57

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines