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';