RT for rt.cpan.org
Skip Menu
|
Bug #64659 for MIME-tools: Missing dependency: Test::Deep
Active bugs
Resolved bugs
Rejected bugs
This queue is for tickets about the
MIME-tools CPAN distribution
.
Report information
The Basics
Id:
64659
Status:
resolved
Priority:
0/
Queue:
MIME-tools
People
Owner:
dfs+pause [...] roaringpenguin.com
Requestors:
jonasbn [...] cpan.org
Cc:
MSTEVENS [...] cpan.org
AdminCc:
Bug Information
Severity:
Normal
Broken in:
5.500
Fixed in:
(no value)
History
Show all quoted text
Mon Jan 10 14:04:08 2011
jonasbn [...] cpan.org - Ticket created
Subject:
Missing dependency: Test::Deep
The test located in t/ParserPreamble.t uses Test::Deep, but this is not listed in the build_requires in the Makefile.PL
Wed Jan 12 15:54:01 2011
MSTEVENS [...] cpan.org - Correspondence added
Also seeing this problem.
Wed Jan 12 15:54:02 2011
The RT System itself - Status changed from 'new' to 'open'
Wed Jan 12 15:59:18 2011
MSTEVENS [...] cpan.org - Correspondence added
On Wed Jan 12 15:54:01 2011, MSTEVENS wrote:
Show quoted text
> Also seeing this problem.
Attached the obvious patch.
Subject:
test-deep-diff.patch
diff -urN temp/MIME-tools-5.500/Makefile.PL MIME-tools-5.500/Makefile.PL --- temp/MIME-tools-5.500/Makefile.PL 2011-01-07 15:18:48.000000000 +0000 +++ MIME-tools-5.500/Makefile.PL 2011-01-12 20:57:36.000000000 +0000 @@ -28,5 +28,6 @@ # Build deps build_requires 'Test::More'; +build_requires 'Test::Deep'; WriteAll;
Wed Jan 12 16:25:31 2011
dfs+pause [...] roaringpenguin.com - Taken
Wed Jan 12 16:25:56 2011
dfs+pause [...] roaringpenguin.com - Cc MSTEVENS added
Wed Jan 12 16:26:52 2011
dfs+pause [...] roaringpenguin.com - Correspondence added
On Wed Jan 12 15:59:18 2011, MSTEVENS wrote:
Show quoted text
> Attached the obvious patch.
Thanks. I have applied the patch and it will be in the next release. Regards, David.
Thu Feb 17 16:21:22 2011
dfs+pause [...] roaringpenguin.com - Correspondence added
Hello, I believe the just-released 5.501 version of MIME::tools fixes this bug. Regards, David.
Thu Feb 17 16:21:24 2011
dfs+pause [...] roaringpenguin.com - Status changed from 'open' to 'resolved'