X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMixin%2FAttributeCore.pm;h=35d579f46876a15faeb86acf36a928042f2d069e;hb=f578a4a1b708111e2cd2c6228ae32345a42efbcf;hp=aaa6ea7173b5030d642fde1a3be076b8157aaba5;hpb=ad46f5244f59757c45306c4a41e195b7aa4b0943;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Mixin/AttributeCore.pm b/lib/Moose/Meta/Mixin/AttributeCore.pm index aaa6ea7..35d579f 100644 --- a/lib/Moose/Meta/Mixin/AttributeCore.pm +++ b/lib/Moose/Meta/Mixin/AttributeCore.pm @@ -3,8 +3,6 @@ package Moose::Meta::Mixin::AttributeCore; use strict; use warnings; -our $AUTHORITY = 'cpan:STEVAN'; - use base 'Class::MOP::Mixin::AttributeCore'; __PACKAGE__->meta->add_attribute( 'isa' => ( reader => '_isa_metadata' ) );