X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FClassAttribute%2FTrait%2FClass.pm;h=18b403fb891902e0184cde595ae5afa746ffd49a;hb=4241af71f3ad8ea0b8e8ca23e546026c58c9d7da;hp=b36d3b2475d5731d19f68a058ddacfd19a388dd8;hpb=f77be1270c08f6fce772bb7c26f3a8eaf37c5b9a;p=gitmo%2FMooseX-ClassAttribute.git diff --git a/lib/MooseX/ClassAttribute/Trait/Class.pm b/lib/MooseX/ClassAttribute/Trait/Class.pm index b36d3b2..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.10'; - 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-2008 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