Wed May 21 04:10:49 2014CINDY [...] cpan.org - Correspondence added
Subject:
Re: [rt.cpan.org #95821] Test suite fails if Test::Pod or Test::Pod::Coverage is installed
Date:
Wed, 21 May 2014 16:10:09 +0800
To:
bug-AnyEvent-MySQL [...] rt.cpan.org
From:
"Cindy Wang (CindyLinz)" <cindy [...] cpan.org>
Thank you for your notice~
I just uploaded a new version with the document fix~
On Wed, May 21, 2014 at 1:49 PM, Slaven_Rezic via RT
<bug-AnyEvent-MySQL@rt.cpan.org> wrote:
Show quoted text
> Wed May 21 01:49:07 2014: Request 95821 was acted upon.
> Transaction: Ticket created by SREZIC
> Queue: AnyEvent-MySQL
> Subject: Test suite fails if Test::Pod or Test::Pod::Coverage is installed
> Broken in: 1.00, v1.0.1, v1.1.0
> Severity: (no value)
> Owner: Nobody
> Requestors: SREZIC@cpan.org
> Status: new
> Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=95821 >
>
>
> See http://matrix.cpantesters.org/?dist=AnyEvent-MySQL for a pass/fail overview.
>
> Regards,
> Slaven
>
Wed May 21 04:10:49 2014The RT System itself - Status changed from 'new' to 'open'
Wed May 21 04:13:57 2014CINDY [...] cpan.org - Correspondence added
Fixed in version v1.1.1
Wed May 21 04:13:58 2014CINDY [...] cpan.org - Status changed from 'open' to 'resolved'
Wed May 21 04:13:58 2014CINDY [...] cpan.org - Taken
Wed May 21 04:13:58 2014CINDY [...] cpan.org - Fixed in v1.1.0 added
Wed May 21 18:43:08 2014ether [...] cpan.org - Correspondence added
On 2014-05-21 01:13:57, CINDY wrote:
Show quoted text
> Fixed in version v1.1.1
Please don't run pod coverage, spelling or syntax tests for users -- they should only be run by authors. Either move them to xt/, or place a guard at the beginning like:
use Test::More;
plan skip_all => 'These tests are only for authors' unless $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING};
Thu May 22 01:26:17 2014CINDY [...] cpan.org - Correspondence added
Subject:
Re: [rt.cpan.org #95821] Test suite fails if Test::Pod or Test::Pod::Coverage is installed
>
> Please don't run pod coverage, spelling or syntax tests for users -- they should only be run by authors. Either move them to xt/, or place a guard at the beginning like:
>
> use Test::More;
> plan skip_all => 'These tests are only for authors' unless $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING};