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

Comparing BDB/BDB.pm (file contents):
Revision 1.47 by root, Fri Jul 18 22:39:10 2008 UTC vs.
Revision 1.48 by root, Tue Jul 29 03:33:16 2008 UTC

111use base 'Exporter'; 111use base 'Exporter';
112 112
113our $VERSION; 113our $VERSION;
114 114
115BEGIN { 115BEGIN {
116 $VERSION = '1.7'; 116 $VERSION = '1.71';
117 117
118 our @BDB_REQ = qw( 118 our @BDB_REQ = qw(
119 db_env_open db_env_close db_env_txn_checkpoint db_env_lock_detect 119 db_env_open db_env_close db_env_txn_checkpoint db_env_lock_detect
120 db_env_memp_sync db_env_memp_trickle db_env_dbrename db_env_dbremove 120 db_env_memp_sync db_env_memp_trickle db_env_dbrename db_env_dbremove
121 db_open db_close db_compact db_sync db_upgrade 121 db_open db_close db_compact db_sync db_upgrade

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines