X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FClassAttribute%2FTrait%2FApplication%2FToRole.pm;h=e20dcdfd43a2edc428aed8dd7df4d705f5e05991;hb=0d0bf8c3010d7195657d3a00559af327afd3d463;hp=aea2dab4ebe651a2d6507b13bd96fc23b8f4e8ed;hpb=7ce5e557d1342ff638b7f59693b2cc6e385dd6f2;p=gitmo%2FMooseX-ClassAttribute.git diff --git a/lib/MooseX/ClassAttribute/Trait/Application/ToRole.pm b/lib/MooseX/ClassAttribute/Trait/Application/ToRole.pm index aea2dab..e20dcdf 100644 --- a/lib/MooseX/ClassAttribute/Trait/Application/ToRole.pm +++ b/lib/MooseX/ClassAttribute/Trait/Application/ToRole.pm @@ -3,8 +3,6 @@ package MooseX::ClassAttribute::Trait::Application::ToRole; use strict; use warnings; -our $VERSION = '0.13'; - use Moose::Util::MetaRole; use MooseX::ClassAttribute::Trait::Application::ToClass; @@ -50,32 +48,19 @@ sub _apply_class_attributes { 1; +# ABSTRACT: A trait that supports applying class attributes to roles + __END__ =pod -=head1 NAME - -MooseX::ClassAttribute::Trait::Application::ToRole - A trait that supports applying class attributes to roles - =head1 DESCRIPTION This trait is used to allow the application of roles containing class attributes to roles. -=head1 AUTHOR - -Dave Rolsky, C<< >> - =head1 BUGS See L for details. -=head1 COPYRIGHT & LICENSE - -Copyright 2007-2010 Dave Rolsky, All Rights Reserved. - -This program is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. - =cut