Skip to content

Commit

Permalink
Finish removing Moose
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Oct 1, 2014
1 parent d03c3fa commit 8fbbf7a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/Array/Compare.pm
Expand Up @@ -187,7 +187,7 @@ use Moo;
use Types::Standard qw(Str Bool HashRef);
use Carp;

$VERSION = '2.10';
$VERSION = '2.11';

has Sep => ( is => 'rw', isa => Str, default => '^G' );
has WhiteSpace => ( is => 'rw', isa => Bool, default => 1 );
Expand Down Expand Up @@ -450,9 +450,6 @@ sub perm {
return $self->simple_compare([sort @{$_[0]}], [sort @{$_[1]}]);
}

no Moose;
__PACKAGE__->meta->make_immutable;

1;
__END__
Expand Down

0 comments on commit 8fbbf7a

Please sign in to comment.