File: Database.pm.patch

package info (click to toggle)
libdbix-recordset-perl 0.26-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,836 kB
  • sloc: perl: 6,970; makefile: 11
file content (12 lines) | stat: -rw-r--r-- 236 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
Author: Angus Lees <gus@debian.org>

--- a/Database.pm
+++ b/Database.pm
@@ -609,6 +609,7 @@
       {
 
 	  $self->{'*DBHdl'}      = $data_source;
+	  $self->{'*Driver'}     = $data_source->{Driver}->{Name};
       }
     else
       {