r76416 - in /trunk/libsys-sigaction-perl: debian/changelog debian/patches/ debian/patches/fix-pod-spelling debian/patches/series lib/Sys/SigAction.pm

mxey-guest at users.alioth.debian.org mxey-guest at users.alioth.debian.org
Thu Jun 23 21:47:54 UTC 2011


Author: mxey-guest
Date: Thu Jun 23 21:47:52 2011
New Revision: 76416

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

Added:
    trunk/libsys-sigaction-perl/debian/patches/
    trunk/libsys-sigaction-perl/debian/patches/fix-pod-spelling
    trunk/libsys-sigaction-perl/debian/patches/series
Modified:
    trunk/libsys-sigaction-perl/debian/changelog
    trunk/libsys-sigaction-perl/lib/Sys/SigAction.pm

Modified: trunk/libsys-sigaction-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsys-sigaction-perl/debian/changelog?rev=76416&op=diff
==============================================================================
--- trunk/libsys-sigaction-perl/debian/changelog (original)
+++ trunk/libsys-sigaction-perl/debian/changelog Thu Jun 23 21:47:52 2011
@@ -17,6 +17,7 @@
   * Update copyright
   * Switch to source format 3.0 (quilt)
   * 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 23:04:32 +0200
 

Added: trunk/libsys-sigaction-perl/debian/patches/fix-pod-spelling
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsys-sigaction-perl/debian/patches/fix-pod-spelling?rev=76416&op=file
==============================================================================
--- trunk/libsys-sigaction-perl/debian/patches/fix-pod-spelling (added)
+++ trunk/libsys-sigaction-perl/debian/patches/fix-pod-spelling Thu Jun 23 21:47:52 2011
@@ -1,0 +1,32 @@
+Description: Fix spelling mistakes in POD
+Author: Maximilian Gass <mxey at cloudconnected.org>
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=69057
+--- a/lib/Sys/SigAction.pm
++++ b/lib/Sys/SigAction.pm
+@@ -313,7 +313,7 @@
+ accomplished by having perl note that a signal has arrived, but deferring
+ the execution of the signal handler until such time as it is safe to do
+ so.  Unfortunately these changes can break some existing scripts, if they
+-depended on a system routine being interupted by the signal's arrival.
++depended on a system routine being interrupted by the signal's arrival.
+ The perl 5.8.0 implementation was modified further in version 5.8.2.
+ 
+ From the perl 5.8.2 B<perlvar> man page:
+@@ -337,7 +337,7 @@
+ This breaks timeout logic for DBD-Oracle which works with
+ earlier versions of perl.  This can be particularly vexing, when, for instance,
+ the host on which a database resides is not available:  C<DBI-E<gt>connect()>
+-hangs for minutes before returning an error (and cannot even be interupted
++hangs for minutes before returning an error (and cannot even be interrupted
+ with control-C, even when the intended timeout is only seconds). 
+ This is because SIGINT appears to be deferred as well.  The
+ result is that it is impossible to implement open timeouts with code
+@@ -488,7 +488,7 @@
+ timer resolution of 0.000001 seconds.  If Time:HiRes is not available then factional
+ second values less than 1.0 are tranparently converted to 1.
+ 
+-If the alarm goes off the code will be interupted.  The alarm is
++If the alarm goes off the code will be interrupted.  The alarm is
+ canceled if the code returns before the alarm is fired.  The routine
+ returns true if the code being executed timed out. (was interrupted).
+ Exceptions thrown by the code executed are propagated out.

Added: trunk/libsys-sigaction-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsys-sigaction-perl/debian/patches/series?rev=76416&op=file
==============================================================================
--- trunk/libsys-sigaction-perl/debian/patches/series (added)
+++ trunk/libsys-sigaction-perl/debian/patches/series Thu Jun 23 21:47:52 2011
@@ -1,0 +1,1 @@
+fix-pod-spelling

Modified: trunk/libsys-sigaction-perl/lib/Sys/SigAction.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsys-sigaction-perl/lib/Sys/SigAction.pm?rev=76416&op=diff
==============================================================================
--- trunk/libsys-sigaction-perl/lib/Sys/SigAction.pm (original)
+++ trunk/libsys-sigaction-perl/lib/Sys/SigAction.pm Thu Jun 23 21:47:52 2011
@@ -313,7 +313,7 @@
 accomplished by having perl note that a signal has arrived, but deferring
 the execution of the signal handler until such time as it is safe to do
 so.  Unfortunately these changes can break some existing scripts, if they
-depended on a system routine being interupted by the signal's arrival.
+depended on a system routine being interrupted by the signal's arrival.
 The perl 5.8.0 implementation was modified further in version 5.8.2.
 
 From the perl 5.8.2 B<perlvar> man page:
@@ -337,7 +337,7 @@
 This breaks timeout logic for DBD-Oracle which works with
 earlier versions of perl.  This can be particularly vexing, when, for instance,
 the host on which a database resides is not available:  C<DBI-E<gt>connect()>
-hangs for minutes before returning an error (and cannot even be interupted
+hangs for minutes before returning an error (and cannot even be interrupted
 with control-C, even when the intended timeout is only seconds). 
 This is because SIGINT appears to be deferred as well.  The
 result is that it is impossible to implement open timeouts with code
@@ -488,7 +488,7 @@
 timer resolution of 0.000001 seconds.  If Time:HiRes is not available then factional
 second values less than 1.0 are tranparently converted to 1.
 
-If the alarm goes off the code will be interupted.  The alarm is
+If the alarm goes off the code will be interrupted.  The alarm is
 canceled if the code returns before the alarm is fired.  The routine
 returns true if the code being executed timed out. (was interrupted).
 Exceptions thrown by the code executed are propagated out.




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