Skip Menu |

This queue is for tickets about the Test-Output CPAN distribution.

Report information
The Basics
Id: 46067
Status: resolved
Priority: 0/
Queue: Test-Output

People
Owner: bdfoy [...] cpan.org
Requestors: roam [...] ringlet.net
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.13
Fixed in: (no value)



Subject: Typo in Test::Tester required version :)
Hi, Thanks for taking care of Test::Output! When you took over maintainership and released 0.13, apparently you tried to bump the Test::Tester dependency to version 0.107. However, it seems that there is a typo, and ever since Test-Output-0.13, both Makefile.PL and META.yml say 0.1037 for Test-Tester :) A trivial patch is attached. I think this might be the reason for one or two of the rest of the bug reports against Test::Output filed since then... G'luck, Peter
Subject: test-tester-version.patch
Correctly specify the Test::Tester dependency as 0.107. --- a/META.yml +++ b/META.yml @@ -13,7 +13,7 @@ Test::More: 0 File::Temp: 0 Sub::Exporter: 0 - Test::Tester: 0.1037 + Test::Tester: 0.107 no_index: directory: - t --- a/Makefile.PL +++ b/Makefile.PL @@ -12,7 +12,7 @@ ABSTRACT_FROM => 'lib/Test/Output.pm', PL_FILES => {}, PREREQ_PM => { - 'Test::Tester' => '0.1037', + 'Test::Tester' => '0.107', 'Test::More' => '0', 'Sub::Exporter' => '0', 'File::Temp' => '0',
CC: brian d foy <bdfoy [...] cpan.org>
Subject: Re: [rt.cpan.org #46067] Typo in Test::Tester required version :)
Date: Thu, 14 May 2009 09:44:37 -0500
To: bug-Test-Output [...] rt.cpan.org
From: Jeff Holt <jeff.holt [...] method-r.com>
Hi, Peter. The typo emerged in version 0.13. I suspect the editor wanted to change the dependency from 0.103 to 0.107 but accidentally appended the 7 onto the end of the string. When I first noticed it I had adequate trust that it was correct. When I saw bug 45740 my trust vanished and I enumerated all the Test::Tester versions from backpan. Then I was convinced it was a typo. Thanks for following up. By the way, since I am so new to publicly distributing modules (i.e., via pause), I have accidentally released (and now deleted) versions 0.14 and 0.15. I discovered that I should have uploaded version 0.13_01, not 0.14. Not knowing that was a mistake. So was not asking "what is a developer release?" So, not knowing coupled with the minor pod bug enticed me to upload 0.15, which I think was adequate code. Some people have apparently already downloaded 0.14 and version 0.15, otherwise I wouldn't have seen cpantester output. Therefore, I assume the next "production" release will be 0.16. And the next developer release, which is forthcoming, will be 0.15_01. This should fix all open bugs except 12344 (i.e., this bug, 45748, 45740, 45598, 23494, and 18107). Thanks. On Thu, May 14, 2009 at 5:16 AM, Peter Pentchev via RT < bug-Test-Output@rt.cpan.org> wrote: Show quoted text
> Thu May 14 06:16:03 2009: Request 46067 was acted upon. > Transaction: Ticket created by ROAM > Queue: Test-Output > Subject: Typo in Test::Tester required version :) > Broken in: 0.13 > Severity: Normal > Owner: Nobody > Requestors: roam@ringlet.net > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=46067 > > > > Hi, > > Thanks for taking care of Test::Output! > > When you took over maintainership and released 0.13, apparently you > tried to bump the Test::Tester dependency to version 0.107. However, it > seems that there is a typo, and ever since Test-Output-0.13, both > Makefile.PL and META.yml say 0.1037 for Test-Tester :) A trivial patch > is attached. > > I think this might be the reason for one or two of the rest of the bug > reports against Test::Output filed since then... > > G'luck, > Peter > >
This is fixed in 0.16.