From: Hans Dieter Pearcey Date: Thu, 25 Jun 2009 23:15:29 +0000 (-0400) Subject: tab fix X-Git-Tag: 0.84~14 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=679b5474a9f36c5fcf1fefd13ee789dcdba9c22e;p=gitmo%2FMoose.git tab fix --- diff --git a/Changes b/Changes index eb8c0d8..1fc2517 100644 --- a/Changes +++ b/Changes @@ -19,7 +19,7 @@ for, noteworthy changes. * Moose::Meta::TypeConstraint::DuckType - Reify duck type from a regular subtype into an actual class (Sartak) - - Document this because Sartak did all my work for me (perigrin) + - Document this because Sartak did all my work for me (perigrin) * Moose::Meta::Attribute - Allow Moose::Meta::TypeConstraint::DuckType in handles, since