[libtheschwartz-perl] 04/43: pod coverage test fix

dom at earth.li dom at earth.li
Mon May 9 20:10:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

dom pushed a commit to branch master
in repository libtheschwartz-perl.

commit 08e11779319a2ba56fee01f4a06072a994efd90d
Author: Dominic Hargreaves <dom at earth.li>
Date:   Thu Dec 20 23:03:20 2007 +0000

    pod coverage test fix
---
 debian/changelog   | 4 +++-
 lib/TheSchwartz.pm | 5 +++++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f586536..4e81b6f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 libtheschwartz-perl (1.04-1) unstable; urgency=low
 
   * Initial Release. (Closes: #456255)
+  * Includes patch from https://rt.cpan.org/Ticket/Display.html?id=31505
+    to fix test failure.
 
- -- Dominic Hargreaves <dom at earth.li>  Thu, 20 Dec 2007 22:41:18 +0000
+ -- Dominic Hargreaves <dom at earth.li>  Thu, 20 Dec 2007 23:02:50 +0000
diff --git a/lib/TheSchwartz.pm b/lib/TheSchwartz.pm
index db70422..c2e8589 100644
--- a/lib/TheSchwartz.pm
+++ b/lib/TheSchwartz.pm
@@ -779,6 +779,11 @@ given ability.
 
 Find and perform one job C<$client> can do.
 
+=head2 C<$client-E<gt>work_on($handle_id)>
+
+Finds a C<TheSchwartz::Job> corresponding to the given handle ID and returns the
+result of L</work_once> on it, or, if the handle is not found, returns false.
+
 =head2 C<$client-E<gt>work_until_done()>
 
 Find and perform jobs C<$client> can do until no more such jobs are found in

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtheschwartz-perl.git



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