Unfuck last commit
Tomas Doran [Tue, 15 Dec 2009 21:06:57 +0000 (21:06 +0000)]
lib/Gitalist/Git/HasUtils.pm

index 4f16b5a..bdd4109 100644 (file)
@@ -3,7 +3,7 @@ use Gitalist::Git::Util;
 
 role Gitalist::Git::HasUtils {
 
-    mehod BUILD { }
+    method BUILD { }
     after BUILD {
         $self->meta->get_attribute('_util')->get_read_method_ref->($self); # Force value build.
     }