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

Comparing BDB/Makefile.PL (file contents):
Revision 1.11 by root, Tue Dec 1 14:02:33 2009 UTC vs.
Revision 1.12 by root, Wed Dec 18 02:52:34 2013 UTC

50 LIBS => $LIBS, 50 LIBS => $LIBS,
51 PREREQ_PM => { 51 PREREQ_PM => {
52 common::sense => 0, 52 common::sense => 0,
53 }, 53 },
54 PM => { 54 PM => {
55 'BDB.pm' => '$(INST_LIBDIR)/BDB.pm', 55 'BDB.pm' => '$(INST_LIB)/BDB.pm',
56 }, 56 },
57}); 57});
58 58
59$mm->flush; 59$mm->flush;
60 60

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines