r70734 - in /trunk/libevent-rpc-perl: ./ debian/patches/fix_pod_errors.patch debian/patches/fix_pod_spelling.patch debian/patches/series
rra at users.alioth.debian.org
rra at users.alioth.debian.org
Sun Mar 6 22:33:40 UTC 2011
Author: rra
Date: Sun Mar 6 22:33:32 2011
New Revision: 70734
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70734
Log:
Add patch to fix POD spelling and wording errors
* Add fix_pod_spelling.patch to fix spelling and wording errors in the
POD documentation caught by Lintian.
* Add a DEP-3 patch header to fix_pod_errors.patch.
Added:
trunk/libevent-rpc-perl/debian/patches/fix_pod_spelling.patch
Modified:
trunk/libevent-rpc-perl/ (props changed)
trunk/libevent-rpc-perl/debian/patches/fix_pod_errors.patch
trunk/libevent-rpc-perl/debian/patches/series
Propchange: trunk/libevent-rpc-perl/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sun Mar 6 22:33:32 2011
@@ -1,0 +1,1 @@
+.pc
Modified: trunk/libevent-rpc-perl/debian/patches/fix_pod_errors.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libevent-rpc-perl/debian/patches/fix_pod_errors.patch?rev=70734&op=diff
==============================================================================
--- trunk/libevent-rpc-perl/debian/patches/fix_pod_errors.patch (original)
+++ trunk/libevent-rpc-perl/debian/patches/fix_pod_errors.patch Sun Mar 6 22:33:32 2011
@@ -1,3 +1,6 @@
+Author: Rene Mayorga <rmayorga at debian.org.sv>
+Description: Fix POD syntax error
+
--- libevent-rpc-perl.orig/lib/Event/RPC/Server.pm
+++ libevent-rpc-perl/lib/Event/RPC/Server.pm
@@ -778,6 +778,8 @@
Added: trunk/libevent-rpc-perl/debian/patches/fix_pod_spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libevent-rpc-perl/debian/patches/fix_pod_spelling.patch?rev=70734&op=file
==============================================================================
--- trunk/libevent-rpc-perl/debian/patches/fix_pod_spelling.patch (added)
+++ trunk/libevent-rpc-perl/debian/patches/fix_pod_spelling.patch Sun Mar 6 22:33:32 2011
@@ -1,0 +1,27 @@
+Author: Russ Allbery <rra at debian.org>
+Description: Fix spelling and wording issues in POD documentation
+
+--- libevent-rpc-perl.orig/lib/Event/RPC/Client.pm
++++ libevent-rpc-perl/lib/Event/RPC/Client.pm
+@@ -450,8 +450,8 @@
+
+ $rpc_client->connect;
+
+- #-- And now use classes and methods the server
+- #-- allows to access via RPC, here My::TestModule
++ #-- And now use classes and methods to which the
++ #-- server allows access via RPC, here My::TestModule
+ #-- from the Event::RPC::Server manpage SYNPOSIS.
+ my $obj = My::TestModule->new( data => "foobar" );
+ print "obj says hello: ".$obj->hello."\n";
+--- libevent-rpc-perl.orig/lib/Event/RPC/Server.pm
++++ libevent-rpc-perl/lib/Event/RPC/Server.pm
+@@ -513,7 +513,7 @@
+ ...
+ },
+
+-Each class which should be accessable for clients needs to
++Each class which should be accessible for clients needs to
+ be listed here at the first level, assigned a hash of methods
+ allowed to be called. Event::RPC disuinguishes three types
+ of methods by classifying their return value:
Modified: trunk/libevent-rpc-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libevent-rpc-perl/debian/patches/series?rev=70734&op=diff
==============================================================================
--- trunk/libevent-rpc-perl/debian/patches/series (original)
+++ trunk/libevent-rpc-perl/debian/patches/series Sun Mar 6 22:33:32 2011
@@ -1,1 +1,2 @@
fix_pod_errors.patch
+fix_pod_spelling.patch
More information about the Pkg-perl-cvs-commits
mailing list