Skip Menu |

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)



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
Also seeing this problem.
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;
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.
Hello, I believe the just-released 5.501 version of MIME::tools fixes this bug. Regards, David.