Don't unimport moose keywords in the middle of a modifier.
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine / HTTP / Restarter.pm
index a410950..c20943a 100644 (file)
@@ -2,6 +2,7 @@ package Catalyst::Engine::HTTP::Restarter;
 
 use Moose;
 extends 'Catalyst::Engine::HTTP';
+
 use Catalyst::Engine::HTTP::Restarter::Watcher;
 
 around run => sub {
@@ -69,6 +70,8 @@ around run => sub {
     return $self->$orig( $class, $port, $host, $options );
 };
 
+no Moose;
+
 1;
 __END__
 
@@ -96,11 +99,7 @@ L<Catalyst::Engine>.
 
 =head1 AUTHORS
 
-Sebastian Riedel, <sri@cpan.org>
-
-Dan Kubb, <dan.kubb-cpan@onautopilot.com>
-
-Andy Grundman, <andy@hybridized.org>
+Catalyst Contributors, see Catalyst.pm
 
 =head1 THANKS