Skip Menu |

This queue is for tickets about the Gitalist CPAN distribution.

Report information
The Basics
Id: 68688
Status: resolved
Priority: 0/
Queue: Gitalist

People
Owner: Nobody in particular
Requestors: kinyobi [...] gmail.com
Cc:
AdminCc:

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



Subject: Dependency name misspelled Test:Deep instead of Test::Deep
Date: Tue, 7 Jun 2011 10:53:15 -0700
To: bug-Gitalist [...] rt.cpan.org
From: Seiji Kinyobi <kinyobi [...] gmail.com>
You have a dependency on "Test:Deep" which fails because it should be "Test::Deep". This appears to have been introduced to the in the following commit: commit d3f6e5216862e0b679891259b2b2ea5f31cf0674 Author: Christian Walde <walde.christian@googlemail.com> Date: Sun May 29 13:26:45 2011 +0200 Changed the owner check to only check that *something came back. Since the owner name is retrieved from the system user table and thus can end up being anything. diff --git a/Makefile.PL b/Makefile.PL index 1bf9848..247f5a8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -106,6 +106,7 @@ requires 'Sys::Hostname'; requires_external_bin 'git'; +test_requires 'Test:Deep' => '0.108'; test_requires 'Test::More' => '0.88'; test_requires 'Test::utf8' => '0.02'; test_requires 'Test::Exception' => '0.31';
On Tue Jun 07 13:53:24 2011, kinyobi@gmail.com wrote: Show quoted text
> You have a dependency on "Test:Deep" which fails because it should be > "Test::Deep".
Thanks for the bug report, I've fixed this here: https://github.com/broquaint/Gitalist/commit/9e5a418f13103ff01ed3fddf00ce 65e26553e31b And pushed out a new release too. -- Cheers, Dan Brook