Fix dependency typo in Makefile.PL.
Dan Brook [Tue, 7 Jun 2011 20:16:45 +0000 (22:16 +0200)]
Makefile.PL

index 247f5a8..47d1db9 100644 (file)
@@ -106,7 +106,7 @@ requires 'Sys::Hostname';
 
 requires_external_bin 'git';
 
-test_requires 'Test:Deep'       => '0.108';
+test_requires 'Test::Deep'      => '0.108';
 test_requires 'Test::More'      => '0.88';
 test_requires 'Test::utf8'      => '0.02';
 test_requires 'Test::Exception' => '0.31';