[Lunar-commits] r18751 - moonbase/trunk/perl/DBI

Dennis Veatch stumbles at lunar-linux.org
Thu Feb 16 15:13:11 UTC 2006


Author: stumbles
Date: 2006-02-16 15:13:08 +0000 (Thu, 16 Feb 2006)
New Revision: 18751

Modified:
   moonbase/trunk/perl/DBI/DETAILS
Log:

Some fixes and additions;

Adding trace message in DESTROY if InactiveDestroy enabled.
Fixed take_imp_data to be more practical.
Fixed prerequisites to include Storable
Fixed ping in DBD::Proxy
Fixed croak() in DBD::NullP

and others.



Modified: moonbase/trunk/perl/DBI/DETAILS
===================================================================
--- moonbase/trunk/perl/DBI/DETAILS	2006-02-16 14:35:35 UTC (rev 18750)
+++ moonbase/trunk/perl/DBI/DETAILS	2006-02-16 15:13:08 UTC (rev 18751)
@@ -1,15 +1,15 @@
           MODULE=DBI
-         VERSION=1.48
+         VERSION=1.50
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL=http://www.cpan.org/authors/id/TIMB/
-      SOURCE_VFY=sha1:76e7b96c9c135919be696ac7dc18f126e9ec041f
+      SOURCE_URL=http://www.cpan.org/authors/id/TIMB/
+      SOURCE_VFY=sha1:0b6528983de1376b00a3c205febdedd004d54576
         WEB_SITE=http://dbi.perl.org
          ENTERED=20011108
-         UPDATED=20050216
-           SHORT="DBI - The Perl Database Interface."
+         UPDATED=20060216
+           SHORT="The Perl Database Interface."
 
 cat << EOF
-The DBI is a database interface module for Perl. 
-It defines a set of methods, variables and conventions that provide a 
-consistent database interface independent of the actual database being used. 
+The DBI is a database interface module for Perl.
+It defines a set of methods, variables and conventions that provide a
+consistent database interface independent of the actual database being used.
 EOF



More information about the Lunar-commits mailing list