[SCM] Debian packaging of libdbd-mock-perl branch, master, updated. debian/1.42-1-5-g7e1f19b

gregor herrmann gregoa at debian.org
Mon Aug 29 17:58:49 UTC 2011


The following commit has been merged in the master branch:
commit 4e3d1beefa5c2dec309a9936785b98ef47e119c0
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Aug 29 19:56:03 2011 +0200

    Add a patch to fix a spelling mistake in the POD.

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..45ec458
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,18 @@
+Description: fix a spelling mistake
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=70587
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=70587
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-08-29
+
+--- a/lib/DBD/Mock.pm
++++ b/lib/DBD/Mock.pm
+@@ -846,7 +846,7 @@
+ 
+ Basically this feature allows you to alias attributes to other attributes. So for instance, you can alias a commonly expected attribute like 'mysql_insertid' to something DBD::Mock already has like 'mock_last_insert_id'. While you can also just set 'mysql_insertid' yourself, this functionality allows it to take advantage of things like the autoincrementing of the 'mock_last_insert_id' attribute.
+ 
+-Right now this feature is highly experimental, and has been added as a first attempt to automatically handle some of the DBD specific attributes which are commonly used/accessed in DBI programming. The functionality is off by default so as to not cause any issues with backwards compatability, but can easily be turned on and off like this:
++Right now this feature is highly experimental, and has been added as a first attempt to automatically handle some of the DBD specific attributes which are commonly used/accessed in DBI programming. The functionality is off by default so as to not cause any issues with backwards compatibility, but can easily be turned on and off like this:
+ 
+   # turn it on
+   $DBD::Mock::AttributeAliasing++;

-- 
Debian packaging of libdbd-mock-perl



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