Subject: | Typo in t/01-dependencies.t |
There's a typo in t/01-dependencies.t that breaks the build. The
attached patch fixes the problem.
Subject: | c-a-n-typo.diff |
--- Class-Accessor-Named-0.003/t/01-dependencies.t.orig 2006-07-21 01:10:37.000000000 +0300
+++ Class-Accessor-Named-0.003/t/01-dependencies.t 2006-08-14 20:42:37.859231625 +0300
@@ -1,4 +1,4 @@
use Test::Dependencies exclude =>
-[qw/ Clas::Accessor::Named /];
+[qw/ Class::Accessor::Named /];
ok_dependencies();