From: Jesse Luehrs Date: Fri, 10 Jul 2009 01:57:35 +0000 (-0500) Subject: it's a role, not a class X-Git-Tag: 0.89_02~89 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bbda580ae0ddfbe57e0a0463d0e4a33d9356c14e;p=gitmo%2FMoose.git it's a role, not a class --- diff --git a/lib/Moose/Meta/Attribute/Trait/Native/Collection.pm b/lib/Moose/Meta/Attribute/Trait/Native/Collection.pm index a45f47f..2bb65ea 100644 --- a/lib/Moose/Meta/Attribute/Trait/Native/Collection.pm +++ b/lib/Moose/Meta/Attribute/Trait/Native/Collection.pm @@ -18,7 +18,7 @@ __END__ =head1 NAME -Moose::Meta::Attribute::Trait::Native::Collection - Base class for all collection type helpers +Moose::Meta::Attribute::Trait::Native::Collection - Base role for all collection type helpers =head1 DESCRIPTION