UNIVERSAL::which - make test失敗

perl - UNIVERSAL::which 0.01 released!
http://blog.livedoor.jp/dankogai/archives/50493218.html

make test が通らない。単純な typo みたい。

t/01-base........Can't locate Universal/which.pm in @INC
--- t/01-base.t.orig    2006-05-14 05:09:02.000000000 +0900
+++ t/01-base.t 2006-05-14 11:09:12.000000000 +0900
@@ -1,6 +1,6 @@
 use strict;
 use warnings;
-use Universal::which;
+use UNIVERSAL::which;
 use Test::More;
 package Foo;
 use Carp;

t/02-autoload.t も同様。