Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 71197
Status: resolved
Priority: 0/
Queue: Metabase-Client-Simple

People
Owner: Nobody in particular
Requestors: mschwern [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.008
Fixed in: (no value)



Subject: END { done_testing } defeats the point of done_testing
The protections of done_testing are rendered useless if it is put in an END block. *head desk* Here's the fix. https://github.com/schwern/Metabase-Client-Simple/tree/tests/done_testing_duh
Subject: Re: [rt.cpan.org #71197] END { done_testing } defeats the point of done_testing
Date: Fri, 23 Sep 2011 19:55:37 -0400
To: bug-Metabase-Client-Simple [...] rt.cpan.org
From: David Golden <dagolden [...] cpan.org>
On Fri, Sep 23, 2011 at 5:16 PM, Michael G Schwern via RT <bug-Metabase-Client-Simple@rt.cpan.org> wrote: Show quoted text
> The protections of done_testing are rendered useless if it is put in an > END block.  *head desk*
And that's documented where, exactly? *head desk* -- David
Subject: Re: [rt.cpan.org #71197] END { done_testing } defeats the point of done_testing
Date: Sat, 24 Sep 2011 11:43:49 -0700
To: bug-Metabase-Client-Simple [...] rt.cpan.org
From: Michael G Schwern <schwern [...] pobox.com>
On 2011.9.24 12:04 AM, David Golden via RT wrote: Show quoted text
> On Fri, Sep 23, 2011 at 5:16 PM, Michael G Schwern via RT > <bug-Metabase-Client-Simple@rt.cpan.org> wrote:
>> The protections of done_testing are rendered useless if it is put in an >> END block. *head desk*
> > And that's documented where, exactly? *head desk*
All the things not to do? I don't have that list. :P FWIW I found two other people doing it. We'll talk better docs in a Test::More issue.