r63800 - in /branches/upstream/libdatetime-format-dbi-perl/current: Changes META.yml SIGNATURE lib/DateTime/Format/DBI.pm

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sat Oct 16 09:39:19 UTC 2010


Author: periapt-guest
Date: Sat Oct 16 09:38:49 2010
New Revision: 63800

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=63800
Log:
[svn-upgrade] new version libdatetime-format-dbi-perl (0.036)

Modified:
    branches/upstream/libdatetime-format-dbi-perl/current/Changes
    branches/upstream/libdatetime-format-dbi-perl/current/META.yml
    branches/upstream/libdatetime-format-dbi-perl/current/SIGNATURE
    branches/upstream/libdatetime-format-dbi-perl/current/lib/DateTime/Format/DBI.pm

Modified: branches/upstream/libdatetime-format-dbi-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdatetime-format-dbi-perl/current/Changes?rev=63800&op=diff
==============================================================================
--- branches/upstream/libdatetime-format-dbi-perl/current/Changes (original)
+++ branches/upstream/libdatetime-format-dbi-perl/current/Changes Sat Oct 16 09:38:49 2010
@@ -1,4 +1,7 @@
 Revision history for Perl extension DateTime::Format::DBI.
+
+0.036 Fri Oct 15 00:00:00 2010
+	- fix warning generated by DBI (reported by Ted Byers)
 
 0.035 Sun Aug 01 00:00:00 2010
 	- fixed dependencies
@@ -39,4 +42,4 @@
 	- supports DBD::mysql and DateTime::Format::MySQL
 	- supports DBD::Pg and DateTime::Format::Pg
 
-$Id: Changes 4451 2010-08-01 14:49:22Z cfaerber $
+$Id: Changes 4454 2010-10-15 12:21:12Z cfaerber $

Modified: branches/upstream/libdatetime-format-dbi-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdatetime-format-dbi-perl/current/META.yml?rev=63800&op=diff
==============================================================================
--- branches/upstream/libdatetime-format-dbi-perl/current/META.yml (original)
+++ branches/upstream/libdatetime-format-dbi-perl/current/META.yml Sat Oct 16 09:38:49 2010
@@ -18,10 +18,10 @@
 provides:
   DateTime::Format::DBI:
     file: lib/DateTime/Format/DBI.pm
-    version: 0.035
+    version: 0.036
 requires:
   DBI: 1.21
   DateTime: 0.1
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.035
+version: 0.036

Modified: branches/upstream/libdatetime-format-dbi-perl/current/SIGNATURE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdatetime-format-dbi-perl/current/SIGNATURE?rev=63800&op=diff
==============================================================================
--- branches/upstream/libdatetime-format-dbi-perl/current/SIGNATURE (original)
+++ branches/upstream/libdatetime-format-dbi-perl/current/SIGNATURE Sat Oct 16 09:38:49 2010
@@ -15,13 +15,13 @@
 Hash: SHA1
 
 SHA1 0a6a063db037ed7dc6b67033dadebb4d0caf7cac Build.PL
-SHA1 58d41178b4de02e84f3dee412e4bc4973135286d Changes
+SHA1 ae7971c6f48a774596c5e21e3d7082ffe0ed0136 Changes
 SHA1 9b37c74ac55bf4a1d347a873f9936ca24cab4f3b LICENSE
 SHA1 3e5957472b74da21fcd54683e8b406ead9d08fe6 MANIFEST
-SHA1 c2fb30ce8daaba6d207bc30253893e082806e66d META.yml
+SHA1 2fd2b5eee5e094294c55696617d605a9b8300c20 META.yml
 SHA1 a7ec0a041d9c1ac4e0a83b18b4c851d5ff90bbf8 Makefile.PL
 SHA1 016c6cdea326d4252bf55ba96f50ee79fe9f9b62 README
-SHA1 de9979cd2866c9dbf80efa3169eef8ee65f20dba lib/DateTime/Format/DBI.pm
+SHA1 dfac20545b9c6efa41b98237674657fd27926c76 lib/DateTime/Format/DBI.pm
 SHA1 fba84bcb3b8f2c3743fbb79203d181488b293f50 t/00basic.t
 SHA1 331eb58bd820411c7685dfd7aff4d060fdafab5e t/10pod.t
 SHA1 94cbaa3da22888098b42d4affce837e3b45ccfef t/11pod_cover.t
@@ -29,7 +29,7 @@
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.10 (Darwin)
 
-iEYEARECAAYFAkxViYAACgkQSKUOY2OWgPB77wCfXFz4iBn9jLn1iiyEvKINrzdY
-Pq8An2BNwlTHXzo0D5xld/zheULNvNDP
-=6JbW
+iEYEARECAAYFAky4R0AACgkQSKUOY2OWgPDXxwCfUkTx5fFqz7T1nnICVw/G6DNI
+HTkAoIiBaNP0/6sIgz2qjvgZr1NO+XyH
+=K91a
 -----END PGP SIGNATURE-----

Modified: branches/upstream/libdatetime-format-dbi-perl/current/lib/DateTime/Format/DBI.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdatetime-format-dbi-perl/current/lib/DateTime/Format/DBI.pm?rev=63800&op=diff
==============================================================================
--- branches/upstream/libdatetime-format-dbi-perl/current/lib/DateTime/Format/DBI.pm (original)
+++ branches/upstream/libdatetime-format-dbi-perl/current/lib/DateTime/Format/DBI.pm Sat Oct 16 09:38:49 2010
@@ -1,5 +1,5 @@
 package DateTime::Format::DBI;
-# $Id: DBI.pm 4451 2010-08-01 14:49:22Z cfaerber $
+# $Id: DBI.pm 4454 2010-10-15 12:21:12Z cfaerber $
 
 use strict;
 use vars qw ($VERSION);
@@ -8,7 +8,7 @@
 use Carp;
 use DBI 1.21;
 
-$VERSION = '0.035';
+$VERSION = '0.036';
 $VERSION = eval { $VERSION };
 
 our %db_to_parser = (
@@ -27,7 +27,7 @@
   UNIVERSAL::isa($dbh,'DBI::db') || croak('Not a DBI handle.');
 
 # my $dbtype = $dbh->{Driver}->{Name};
-  my @dbtypes = eval { DBI::_dbtype_names($dbh) };
+  my @dbtypes = eval { DBI::_dbtype_names($dbh,0) };
   my $dbtype = shift @dbtypes;
 
   my $pclass = $db_to_parser{lc $dbtype};




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