r76383 - in /trunk/libdbd-mock-perl: debian/changelog debian/patches/ debian/patches/fix-pod-spelling debian/patches/series lib/DBD/Mock.pm

mxey-guest at users.alioth.debian.org mxey-guest at users.alioth.debian.org
Thu Jun 23 16:07:34 UTC 2011


Author: mxey-guest
Date: Thu Jun 23 16:07:31 2011
New Revision: 76383

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=76383
Log:
Add patch fix-pod-spelling to fix POD spelling mistakes

Added:
    trunk/libdbd-mock-perl/debian/patches/
    trunk/libdbd-mock-perl/debian/patches/fix-pod-spelling
    trunk/libdbd-mock-perl/debian/patches/series
Modified:
    trunk/libdbd-mock-perl/debian/changelog
    trunk/libdbd-mock-perl/lib/DBD/Mock.pm

Modified: trunk/libdbd-mock-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-mock-perl/debian/changelog?rev=76383&op=diff
==============================================================================
--- trunk/libdbd-mock-perl/debian/changelog (original)
+++ trunk/libdbd-mock-perl/debian/changelog Thu Jun 23 16:07:31 2011
@@ -16,6 +16,7 @@
   * Update copyright years and syntax
   * Remove versioned dependencies satifisfied in oldstable
   * Bump Standards-Version to 3.9.2: no changes necessary
+  * Add patch fix-pod-spelling to fix POD spelling mistakes
 
  -- Maximilian Gass <mxey at cloudconnected.org>  Thu, 23 Jun 2011 16:49:54 +0200
 

Added: trunk/libdbd-mock-perl/debian/patches/fix-pod-spelling
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-mock-perl/debian/patches/fix-pod-spelling?rev=76383&op=file
==============================================================================
--- trunk/libdbd-mock-perl/debian/patches/fix-pod-spelling (added)
+++ trunk/libdbd-mock-perl/debian/patches/fix-pod-spelling Thu Jun 23 16:07:31 2011
@@ -1,0 +1,23 @@
+Description: Fix POD spelling mistakes reported by Lintian
+Author: Maximilian Gass <mxey at cloudconnected.org>
+Bug: https://rt.cpan.org/Ticket/Display.html?id=69055
+--- a/lib/DBD/Mock.pm
++++ b/lib/DBD/Mock.pm
+@@ -1903,7 +1903,7 @@
+ 
+ B<reset>
+ 
+-This will reset the internal pointer to the begining of the statement history.
++This will reset the internal pointer to the beginning of the statement history.
+ 
+ =back
+ 
+@@ -1985,7 +1985,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++;

Added: trunk/libdbd-mock-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-mock-perl/debian/patches/series?rev=76383&op=file
==============================================================================
--- trunk/libdbd-mock-perl/debian/patches/series (added)
+++ trunk/libdbd-mock-perl/debian/patches/series Thu Jun 23 16:07:31 2011
@@ -1,0 +1,1 @@
+fix-pod-spelling

Modified: trunk/libdbd-mock-perl/lib/DBD/Mock.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-mock-perl/lib/DBD/Mock.pm?rev=76383&op=diff
==============================================================================
--- trunk/libdbd-mock-perl/lib/DBD/Mock.pm (original)
+++ trunk/libdbd-mock-perl/lib/DBD/Mock.pm Thu Jun 23 16:07:31 2011
@@ -1903,7 +1903,7 @@
 
 B<reset>
 
-This will reset the internal pointer to the begining of the statement history.
+This will reset the internal pointer to the beginning of the statement history.
 
 =back
 
@@ -1985,7 +1985,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++;




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