X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FClassAttribute%2FTrait%2FClass.pm;h=18b403fb891902e0184cde595ae5afa746ffd49a;hb=0d0bf8c3010d7195657d3a00559af327afd3d463;hp=c86e0fc67e5fcc5aa6f9f826cd649672d5c55f0f;hpb=12a0d4dbb8ea8fb1d6c9df72ae983cc45674727c;p=gitmo%2FMooseX-ClassAttribute.git diff --git a/lib/MooseX/ClassAttribute/Trait/Class.pm b/lib/MooseX/ClassAttribute/Trait/Class.pm index c86e0fc..18b403f 100644 --- a/lib/MooseX/ClassAttribute/Trait/Class.pm +++ b/lib/MooseX/ClassAttribute/Trait/Class.pm @@ -3,8 +3,6 @@ package MooseX::ClassAttribute::Trait::Class; use strict; use warnings; -our $VERSION = '0.13'; - use MooseX::ClassAttribute::Trait::Attribute; use Scalar::Util qw( blessed ); @@ -227,14 +225,12 @@ sub inline_weaken_class_slot_value { 1; +# ABSTRACT: A trait for classes with class attributes + __END__ =pod -=head1 NAME - -MooseX::ClassAttribute::Trait::Class - A trait for classes with class attributes - =head1 SYNOPSIS for my $attr ( HasClassAttributes->meta()->get_all_class_attributes() ) @@ -317,19 +313,8 @@ you're doing some deep hacking. They are named as public methods solely because they are used by other meta roles and classes in this distribution. -=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