[Lunar-commits] r18673 - moonbase/trunk/perl/Apache-DBI

Dennis Veatch stumbles at lunar-linux.org
Fri Feb 10 15:28:38 UTC 2006


Author: stumbles
Date: 2006-02-10 15:28:36 +0000 (Fri, 10 Feb 2006)
New Revision: 18673

Modified:
   moonbase/trunk/perl/Apache-DBI/DETAILS
Log:
- Fix the versioning blunder of .100 < .99

- Account for the case of mp1 and mp2 installed
    in the same perl tree. The evals were not playing
    nice with modules like Apache::SSI, Apache::SessionManager.

- Move $Idx from a file-scoped variable to a connect() scoped
    variable, which gets passed to other subroutines as needed.

- Fixed issues relating to changing handle state post
    connection. 

and some others.



Modified: moonbase/trunk/perl/Apache-DBI/DETAILS
===================================================================
--- moonbase/trunk/perl/Apache-DBI/DETAILS	2006-02-10 15:25:04 UTC (rev 18672)
+++ moonbase/trunk/perl/Apache-DBI/DETAILS	2006-02-10 15:28:36 UTC (rev 18673)
@@ -1,12 +1,12 @@
           MODULE=Apache-DBI
-         VERSION=0.94
+         VERSION=0.9901
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL=http://www.cpan.org/authors/id/ABH/
-      SOURCE_VFY=sha1:28f98220652997374c6ad1e0b3e1f956c0ab3006
+      SOURCE_URL=http://search.cpan.org/CPAN/authors/id/P/PG/PGOLLUCCI/
+      SOURCE_VFY=sha1:ad279c1e3906a69aed8febe2e40170abccc8dbcf
         WEB_SITE=http://ask.netcetera.dk
          ENTERED=20020727
-         UPDATED=20050122
-           SHORT="Apache-DBI is a perl module for Apache::DBI and Apache::AuthDBI"
+         UPDATED=20060210
+           SHORT="a perl module for Apache::DBI and Apache::AuthDBI"
 
 cat << EOF
 Apache::DBI:



More information about the Lunar-commits mailing list