Skip to content

Commit

Permalink
Put "no Moose" in the right place!
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Mar 6, 2018
1 parent 5b8949e commit 27a18e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Perlanet/Simple.pm
Expand Up @@ -20,9 +20,6 @@ with qw(
Perlanet::Trait::FeedFile
);

no Moose;
__PACKAGE__->meta->make_immutable;

=head1 NAME
Perlanet::Simple - a DWIM Perlanet
Expand Down Expand Up @@ -81,4 +78,7 @@ around clean_html => sub {
return $html;
};

no Moose;
__PACKAGE__->meta->make_immutable;

1;

0 comments on commit 27a18e8

Please sign in to comment.