Remove internal constants from the Engine::HTTP namespace.
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine / HTTP.pm
index 0dfc8e3..7292f7d 100644 (file)
@@ -19,6 +19,8 @@ require Catalyst::Engine::HTTP::Restarter::Watcher;
 use constant CHUNKSIZE => 64 * 1024;
 use constant DEBUG     => $ENV{CATALYST_HTTP_DEBUG} || 0;
 
+use namespace::clean -except => [qw/meta/];
+
 =head1 NAME
 
 Catalyst::Engine::HTTP - Catalyst HTTP Engine