Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Pod-Simple CPAN distribution.

Report information
The Basics
Id: 61500
Status: resolved
Priority: 0/
Queue: Pod-Simple

People
Owner: Nobody in particular
Requestors: allison [...] perl.org
jdhedden [...] cpan.org
zefram [...] fysh.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 3.14
Fixed in: 3.15



Subject: [PATCH] Correct "qw(...)" warning in tests
Due to recent changes, 'make test' in blead is complaining with: cpan/Pod-Simple/t/xhtml05......................................Use o f qw(...) as parentheses is deprecated at t/xhtml05.t line 36. ok The attached patch corrects the offending test.
Subject: test.patch
--- Pod-Simple-3.14/t/xhtml05.t.orig 2009-12-04 01:41:50.000000000 -0500 +++ Pod-Simple-3.14/t/xhtml05.t 2010-09-20 14:14:39.672722000 -0400 @@ -33,7 +33,7 @@ EOHTML -foreach my $target qw(note tip warning) { +foreach my $target (qw(note tip warning)) { initialize($parser, $results); $parser->accept_targets_as_text( $target ); $parser->parse_string_document(<<"EOPOD");
Subject: Re: [rt.cpan.org #61500] [PATCH] Correct "qw(...)" warning in tests
Date: Fri, 24 Sep 2010 09:57:14 -0700
To: bug-Pod-Simple [...] rt.cpan.org
From: "David E. Wheeler" <dwheeler [...] cpan.org>
On Sep 20, 2010, at 11:24 AM, Jerry D. Hedden via RT wrote: Show quoted text
> Due to recent changes, 'make test' in blead is complaining with:
Done, thanks. http://github.com/theory/pod-simple/commit/0a63c7ee3e01a9365144ad3e175882c47b1c728a David
Subject: qw parens in Pod-Simple
Date: Sat, 25 Sep 2010 22:52:28 +0100
To: bug-Pod-Simple [...] rt.cpan.org
From: Zefram <zefram [...] fysh.org>
Some irregular syntax involving qw is being deprecated for Perl 5.14. This results in a warning in Pod-Simple's test suite. Attached patch fixes. -zefram

Message body is not shown because sender requested not to inline it.

Subject: Fwd: trivial Pod-Simple patch: fix for (qw(...)) nit
Date: Thu, 11 Nov 2010 20:07:49 -0800
To: bug-pod-simple [...] rt.cpan.org
From: Allison Randal <allison [...] perl.org>
Show quoted text
-------- Original Message -------- Subject: trivial Pod-Simple patch: fix for (qw(...)) nit Date: Mon, 11 Oct 2010 22:46:48 -0600 From: Jim Cromie <jim.cromie@gmail.com> To: allison@perl.org in case its not already fixed, but not pushed to blead

Message body is not shown because sender requested not to inline it.