X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FClassAttribute.pm;h=0c3c91d197c8a2a07e6b124c06458576fb6c65ed;hb=3e17a7d13a9688fcf04eef4959381a7110bf8da3;hp=3b24feb19dcb607c99d495be99498029928a3964;hpb=76beb0c97b507f6684aeac21889bdc45e5a1193b;p=gitmo%2FMooseX-ClassAttribute.git diff --git a/lib/MooseX/ClassAttribute.pm b/lib/MooseX/ClassAttribute.pm index 3b24feb..0c3c91d 100644 --- a/lib/MooseX/ClassAttribute.pm +++ b/lib/MooseX/ClassAttribute.pm @@ -97,10 +97,6 @@ provides introspection methods for class attributes. Class attributes themselves do the L role. -There is also a L -which provides part of the inlining implementation for class -attributes. - =head2 Cooperation with Metaclasses and Traits This module should work with most attribute metaclasses and traits,