r51452 - in /trunk/libcoat-persistent-perl/debian: changelog patches/pod-error.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jan 24 17:28:44 UTC 2010


Author: gregoa
Date: Sun Jan 24 17:28:37 2010
New Revision: 51452

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51452
Log:
Add more spelling fixes to pod-error.patch.

Modified:
    trunk/libcoat-persistent-perl/debian/changelog
    trunk/libcoat-persistent-perl/debian/patches/pod-error.patch

Modified: trunk/libcoat-persistent-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoat-persistent-perl/debian/changelog?rev=51452&op=diff
==============================================================================
--- trunk/libcoat-persistent-perl/debian/changelog (original)
+++ trunk/libcoat-persistent-perl/debian/changelog Sun Jan 24 17:28:37 2010
@@ -11,6 +11,7 @@
 
   [ gregor herrmann ]
   * Refresh patches.
+  * Add more spelling fixes to pod-error.patch.
 
  -- Jonathan Yu <jawnsy at cpan.org>  Wed, 25 Nov 2009 19:49:32 -0500
 

Modified: trunk/libcoat-persistent-perl/debian/patches/pod-error.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoat-persistent-perl/debian/patches/pod-error.patch?rev=51452&op=diff
==============================================================================
--- trunk/libcoat-persistent-perl/debian/patches/pod-error.patch (original)
+++ trunk/libcoat-persistent-perl/debian/patches/pod-error.patch Sun Jan 24 17:28:37 2010
@@ -1,6 +1,6 @@
 From: gregor herrmann <gregoa at debian.org>
 Subject: Fix POD errors
-Date: Mon, 12 May 2008 15:46:44 +0200
+Date: Sun Jan 24 18:25:04 CET 2010
 Introduced-In: 0.9-6-2
 
 --- a/lib/Coat/Persistent.pm
@@ -23,15 +23,17 @@
  file. B<@options> must contains a string as its first element being like the
  following: "f_dir=<DIRECTORY>" where DIRECTORY is the directory where to store
  de CSV files.
-@@ -1075,7 +1075,7 @@
+@@ -1075,8 +1075,8 @@
      use Coat::Persistent;
      __PACKAGE__->map_to_dbi('csv', 'f_dir=./t/csv-directory');
  
 -=item I<mysql> : this will use DBI's "dbi:mysql" driver to map your instances
+-to a MySQL database. B<@options> must be a list that contains repectively: the
 +=item I<mysql>: this will use DBI's "dbi:mysql" driver to map your instances
- to a MySQL database. B<@options> must be a list that contains repectively: the
++to a MySQL database. B<@options> must be a list that contains respectively: the
  database name, the database user, the database password.
  
+ Example:
 @@ -1236,8 +1236,6 @@
  =item B<limit>: An integer determining the limit on the number of rows that should
  be returned.
@@ -61,3 +63,14 @@
  =item C<Class::Date>
  
  All the types defined in this module are coerceable from or to the type UnixTimestamp.
+--- a/lib/Coat/Persistent/Types/MySQL.pm
++++ b/lib/Coat/Persistent/Types/MySQL.pm
+@@ -60,7 +60,7 @@
+ 
+ For instance, if you have a datetime field, you may want to store it as a MySQL
+ "datetime" format (YYYY-MM-DD HH:MM:SS) and handle it in your code as a
+-timestamp, which is much more convinient for updates.
++timestamp, which is much more convenient for updates.
+ 
+ This is possible by using the types defined in this module.
+ 




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