Unbreak the pod-coverage tests
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Request / Upload.pm
index 1675531..1427bcb 100644 (file)
@@ -7,6 +7,7 @@ use Catalyst::Exception;
 use File::Copy ();
 use IO::File   qw( SEEK_SET );
 use File::Spec::Unix;
+use namespace::clean -except => 'meta';
 
 has filename => (is => 'rw');
 has headers => (is => 'rw');