Remove another empty class in the native array inheritance hierarchy
[gitmo/Moose.git] / lib / Moose / Meta / Method / Accessor / Native / Array / is_empty.pm
index faa35ce..9ca01e4 100644 (file)
@@ -7,7 +7,7 @@ our $VERSION = '1.13';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
-use base 'Moose::Meta::Method::Accessor::Native::Array::Reader';
+use base 'Moose::Meta::Method::Accessor::Native::Reader';
 
 sub _return_value {
     my $self        = shift;