r52209 - in /trunk/libapache-dbi-perl: Changes META.yml README TODO debian/changelog lib/Apache/AuthDBI.pm lib/Apache/DBI.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Feb 5 23:13:37 UTC 2010


Author: dmn
Date: Fri Feb  5 23:13:29 2010
New Revision: 52209

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52209
Log:
* New upstream release
  + Makes Apache::DBI loadable via apache startup script. Closes: #568534.
    Thanks to Paul Orrock.

Modified:
    trunk/libapache-dbi-perl/Changes
    trunk/libapache-dbi-perl/META.yml
    trunk/libapache-dbi-perl/README
    trunk/libapache-dbi-perl/TODO
    trunk/libapache-dbi-perl/debian/changelog
    trunk/libapache-dbi-perl/lib/Apache/AuthDBI.pm
    trunk/libapache-dbi-perl/lib/Apache/DBI.pm

Modified: trunk/libapache-dbi-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-dbi-perl/Changes?rev=52209&op=diff
==============================================================================
--- trunk/libapache-dbi-perl/Changes (original)
+++ trunk/libapache-dbi-perl/Changes Fri Feb  5 23:13:29 2010
@@ -1,4 +1,9 @@
 Revision history for ApacheDBI.
+
+1.08 February 3rd, 2010
+  - Fix bug to allow DBI in startup.pl etc again
+    Bug report from Adam Prime, patch from Lubomir Rintel
+    https://rt.cpan.org/Public/Bug/Display.html?id=36346
 
 1.07 05/09/2008
   - http://rt.cpan.org/Public/Bug/Display.html?id=31003
@@ -11,7 +16,7 @@
 
   - http://rt.cpan.org/Public/Bug/Display.html?id=28824
     Documentation Additions
-    Submitted by: [Perrin Hawkins <perrin at elem.com>]
+    Submitted by: [Perrin Harkins <perrin at elem.com>]
 
 1.06 03/23/2007
   - MP2/AuthDBI: Fixed Apache::AuthDBI::debug() to 

Modified: trunk/libapache-dbi-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-dbi-perl/META.yml?rev=52209&op=diff
==============================================================================
--- trunk/libapache-dbi-perl/META.yml (original)
+++ trunk/libapache-dbi-perl/META.yml Fri Feb  5 23:13:29 2010
@@ -1,14 +1,24 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         Apache-DBI
-version:      1.07
-version_from: lib/Apache/DBI.pm
-installdirs:  site
+--- #YAML:1.0
+name:               Apache-DBI
+version:            1.08
+abstract:           ~
+author:  []
+license:            unknown
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+build_requires:
+    ExtUtils::MakeMaker:  0
 requires:
-    DBI:                           1
-    Digest::MD5:                   2.2
-    Digest::SHA1:                  2.01
-    Test::More:                    0
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.30
+    DBI:           1
+    Digest::MD5:   2.2
+    Digest::SHA1:  2.01
+    Test::More:    0
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.55_02
+meta-spec:
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4

Modified: trunk/libapache-dbi-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-dbi-perl/README?rev=52209&op=diff
==============================================================================
--- trunk/libapache-dbi-perl/README (original)
+++ trunk/libapache-dbi-perl/README Fri Feb  5 23:13:29 2010
@@ -1,7 +1,7 @@
 DESCRIPTION:
 ------------
 
-This is version 1.07 of Apache::AuthDBI and Apache::DBI.
+This is version 1.08 of Apache::AuthDBI and Apache::DBI.
 
 These modules are supposed to be used with the Apache server together with 
 an embedded perl interpreter like mod_perl. They provide support for basic 

Modified: trunk/libapache-dbi-perl/TODO
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-dbi-perl/TODO?rev=52209&op=diff
==============================================================================
--- trunk/libapache-dbi-perl/TODO (original)
+++ trunk/libapache-dbi-perl/TODO Fri Feb  5 23:13:29 2010
@@ -1,10 +1,10 @@
 
-Showstoppers for 1.07:
-----------------------
-Migrate test suite to 1.07
+Showstoppers
+------------
+Migrate test suite [ ?? ]
 
-Nice to have for 1.07:
------------------------
+Nice to have
+------------
 Add tests for other DBDs starting with PostgreSQL.
 
 

Modified: trunk/libapache-dbi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-dbi-perl/debian/changelog?rev=52209&op=diff
==============================================================================
--- trunk/libapache-dbi-perl/debian/changelog (original)
+++ trunk/libapache-dbi-perl/debian/changelog Fri Feb  5 23:13:29 2010
@@ -1,4 +1,4 @@
-libapache-dbi-perl (1.07-2) UNRELEASED; urgency=low
+libapache-dbi-perl (1.08-1) UNRELEASED; urgency=low
 
   [ gregor herrmann ]
   * Add debian/README.source to document quilt usage, as required by
@@ -10,7 +10,12 @@
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- gregor herrmann <gregoa at debian.org>  Wed, 06 Aug 2008 21:33:20 -0300
+  [ Damyan Ivanov ]
+  * New upstream release
+    + Makes Apache::DBI loadable via apache startup script. Closes: #568534.
+      Thanks to Paul Orrock.
+
+ -- Damyan Ivanov <dmn at debian.org>  Sat, 06 Feb 2010 01:11:04 +0200
 
 libapache-dbi-perl (1.07-1) unstable; urgency=low
 

Modified: trunk/libapache-dbi-perl/lib/Apache/AuthDBI.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-dbi-perl/lib/Apache/AuthDBI.pm?rev=52209&op=diff
==============================================================================
--- trunk/libapache-dbi-perl/lib/Apache/AuthDBI.pm (original)
+++ trunk/libapache-dbi-perl/lib/Apache/AuthDBI.pm Fri Feb  5 23:13:29 2010
@@ -1,7 +1,7 @@
-# $Id: AuthDBI.pm 11230 2008-05-09 22:46:56Z pgollucci at p6m7g8.com $
+# $Id$
 package Apache::AuthDBI;
 
-$Apache::AuthDBI::VERSION = '1.07';
+$Apache::AuthDBI::VERSION = '1.08';
 
 # 1: report about cache miss
 # 2: full debug output

Modified: trunk/libapache-dbi-perl/lib/Apache/DBI.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-dbi-perl/lib/Apache/DBI.pm?rev=52209&op=diff
==============================================================================
--- trunk/libapache-dbi-perl/lib/Apache/DBI.pm (original)
+++ trunk/libapache-dbi-perl/lib/Apache/DBI.pm Fri Feb  5 23:13:29 2010
@@ -1,4 +1,4 @@
-# $Id: DBI.pm 11230 2008-05-09 22:46:56Z pgollucci at p6m7g8.com $
+# $Id$
 package Apache::DBI;
 use strict;
 
@@ -22,7 +22,7 @@
 
 require_version DBI 1.00;
 
-$Apache::DBI::VERSION = '1.07';
+$Apache::DBI::VERSION = '1.08';
 
 # 1: report about new connect
 # 2: full debug output
@@ -141,7 +141,9 @@
     if (!$Rollback{$Idx}) {
         my $r;
         if (MP2) {
-            $r = Apache2::RequestUtil->request;
+            # We may not actually be in a request, but in <Perl> (or
+            # equivalent such as startup.pl), in which case this would die.
+            eval { $r = Apache2::RequestUtil->request };
         }
         elsif (Apache->can('push_handlers')) {
             $r = 'Apache';




More information about the Pkg-perl-cvs-commits mailing list