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

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Oct 15 16:58:23 UTC 2008


Author: gregoa
Date: Wed Oct 15 16:58:19 2008
New Revision: 26058

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26058
Log:
Refresh patch 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=26058&op=diff
==============================================================================
--- trunk/libcoat-persistent-perl/debian/changelog (original)
+++ trunk/libcoat-persistent-perl/debian/changelog Wed Oct 15 16:58:19 2008
@@ -1,6 +1,10 @@
 libcoat-persistent-perl (0.102-1) unstable; urgency=low
 
+  [ Ansgar Burchardt ]
   * New upstream release.
+
+  [ gregor herrmann ]
+  * Refresh patch pod-error.patch.
 
  -- Ansgar Burchardt <ansgar at 43-1.org>  Wed, 15 Oct 2008 18:35:01 +0200
 

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=26058&op=diff
==============================================================================
--- trunk/libcoat-persistent-perl/debian/patches/pod-error.patch (original)
+++ trunk/libcoat-persistent-perl/debian/patches/pod-error.patch Wed Oct 15 16:58:19 2008
@@ -1,6 +1,6 @@
---- libcoat-persistent-perl.orig/lib/Coat/Persistent.pm
-+++ libcoat-persistent-perl/lib/Coat/Persistent.pm
-@@ -781,7 +781,7 @@
+--- a/lib/Coat/Persistent.pm
++++ b/lib/Coat/Persistent.pm
+@@ -785,7 +785,7 @@
  
  =over 4
  
@@ -9,7 +9,7 @@
  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.
-@@ -792,7 +792,7 @@
+@@ -796,7 +796,7 @@
      use Coat::Persistent;
      __PACKAGE__->map_to_dbi('csv', 'f_dir=./t/csv-directory');
  
@@ -18,7 +18,7 @@
  to a MySQL database. B<@options> must be a list that contains repectively: the
  database name, the database user, the database password.
  
-@@ -950,8 +950,6 @@
+@@ -954,8 +954,6 @@
  
      my @list = Class->find($condition, { order => 'field1 desc' })
  




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