Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 47203
Status: new
Priority: 0/
Queue: Test-Base

People
Owner: Nobody in particular
Requestors: chris [...] computersalat.de
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.58
Fixed in: (no value)



Subject: missing requires for Test::Deep
build test fails due to missing requires for Test::Deep. patch attached Kind Regards Chris
Subject: Test-Base-0.58-req.patch
diff -ruN Test-Base-0.58-orig/Makefile.PL Test-Base-0.58/Makefile.PL --- Test-Base-0.58-orig/Makefile.PL 2009-03-07 20:22:35.000000000 +0000 +++ Test-Base-0.58/Makefile.PL 2009-06-20 22:40:45.046098418 +0000 @@ -7,6 +7,7 @@ requires Spiffy => '0.30'; requires Test::More => '0.62'; requires Filter::Util::Call => '0'; +requires Test::Deep => '0.100'; recommends 'Test::Deep';