From: Brad Bowman Date: Mon, 26 Sep 2011 01:02:44 +0000 (+1000) Subject: s/statis/stasis/ in Moose/Meta/Role.pm X-Git-Tag: 2.0301~22 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2d13f6a2e408e7059f6c28fa7e47d43034183d4f;p=gitmo%2FMoose.git s/statis/stasis/ in Moose/Meta/Role.pm --- diff --git a/lib/Moose/Meta/Role.pm b/lib/Moose/Meta/Role.pm index 4b2d3eb..0f96d22 100644 --- a/lib/Moose/Meta/Role.pm +++ b/lib/Moose/Meta/Role.pm @@ -1,4 +1,3 @@ - package Moose::Meta::Role; use strict; @@ -44,7 +43,7 @@ my $META = __PACKAGE__->meta; # NOTE: # since roles are lazy, we hold all the attributes -# of the individual role in 'statis' until which +# of the individual role in 'stasis' until which # time when it is applied to a class. This means # keeping a lot of things in hash maps, so we are # using a little of that meta-programmin' magic