Merge branch 'master' into psgi
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Request / Upload.pm
index 4d3d099..019290c 100644 (file)
@@ -7,6 +7,7 @@ use Catalyst::Exception;
 use File::Copy ();
 use IO::File ();
 use File::Spec::Unix;
+use namespace::clean -except => 'meta';
 
 has filename => (is => 'rw');
 has headers => (is => 'rw');