On Tue, Aug 13, 2013 at 07:51:47PM +0300, Niko Tyni wrote:

> Trivial patch attached.

This time for real...
-- 
Niko
>From 8e8bda04e259e77a56ed00d036d25d8b121a9ffb Mon Sep 17 00:00:00 2001
From: Niko Tyni <nt...@debian.org>
Date: Tue, 13 Aug 2013 19:48:08 +0300
Subject: [PATCH] Fix POD syntax in support/Test/Harness/Point.pm

This fixes a test failure in tests/802_pod.t on newer Perl versions.
---
 support/Test/Harness/Point.pm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/support/Test/Harness/Point.pm b/support/Test/Harness/Point.pm
index df0706a..49a4821 100644
--- a/support/Test/Harness/Point.pm
+++ b/support/Test/Harness/Point.pm
@@ -70,6 +70,8 @@ Each of the following fields has a getter and setter method.
 
 =item * number
 
+=back
+
 =cut
 
 sub ok              { my $self = shift; $self->{ok} }
-- 
1.8.4.rc2

Reply via email to