r69397 - in /trunk/liblockfile-simple-perl/debian: changelog patches/fix-typo-in-pod.patch patches/series

mxey-guest at users.alioth.debian.org mxey-guest at users.alioth.debian.org
Wed Feb 23 15:45:03 UTC 2011


Author: mxey-guest
Date: Wed Feb 23 15:44:52 2011
New Revision: 69397

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=69397
Log:
Add patch to fix typos in POD

Added:
    trunk/liblockfile-simple-perl/debian/patches/fix-typo-in-pod.patch
Modified:
    trunk/liblockfile-simple-perl/debian/changelog
    trunk/liblockfile-simple-perl/debian/patches/series

Modified: trunk/liblockfile-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblockfile-simple-perl/debian/changelog?rev=69397&op=diff
==============================================================================
--- trunk/liblockfile-simple-perl/debian/changelog (original)
+++ trunk/liblockfile-simple-perl/debian/changelog Wed Feb 23 15:44:52 2011
@@ -20,6 +20,7 @@
   * Add (modified) patch by Baurzhan Ismagulov <ibr at radix50.net> to detect
     lock file creation errors (closes: #294972)
   * Update copyright file: add year 2011, update format
+  * Add patch to fix typos in POD
 
  -- Rene Mayorga <rmayorga at debian.org>  Tue, 20 Jan 2009 01:27:46 -0600
 

Added: trunk/liblockfile-simple-perl/debian/patches/fix-typo-in-pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblockfile-simple-perl/debian/patches/fix-typo-in-pod.patch?rev=69397&op=file
==============================================================================
--- trunk/liblockfile-simple-perl/debian/patches/fix-typo-in-pod.patch (added)
+++ trunk/liblockfile-simple-perl/debian/patches/fix-typo-in-pod.patch Wed Feb 23 15:44:52 2011
@@ -1,0 +1,23 @@
+Description: Fix typo in POD
+Author: Maximilian Gass <mxey at cloudconnected.org>
+Bug: https://rt.cpan.org/Ticket/Display.html?id=66086
+--- a/Simple.pm
++++ b/Simple.pm
+@@ -677,7 +677,7 @@
+ it redirects to the logerr() routine if you have Log::Agent installed,
+ to Perl's warn() function otherwise.
+ 
+-You may set it explicitely to C<\&LockFile::Simple::core_warn> to force the
++You may set it explicitly to C<\&LockFile::Simple::core_warn> to force the
+ use of Perl's warn() function, or to C<undef> to suppress logging.
+ 
+ =item I<ext>
+@@ -746,7 +746,7 @@
+ it redirects to the logwarn() routine if you have Log::Agent installed,
+ to Perl's warn() function otherwise.
+ 
+-You may set it explicitely to C<\&LockFile::Simple::core_warn> to force the
++You may set it explicitly to C<\&LockFile::Simple::core_warn> to force the
+ use of Perl's warn() function, or to C<undef> to suppress logging.
+ 
+ =item I<wmin>

Modified: trunk/liblockfile-simple-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblockfile-simple-perl/debian/patches/series?rev=69397&op=diff
==============================================================================
--- trunk/liblockfile-simple-perl/debian/patches/series (original)
+++ trunk/liblockfile-simple-perl/debian/patches/series Wed Feb 23 15:44:52 2011
@@ -1,1 +1,2 @@
+fix-typo-in-pod.patch
 handle-print-error.patch




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