Unbreak the pod-coverage tests
Florian Ragwitz [Thu, 14 Apr 2011 12:09:13 +0000 (14:09 +0200)]
Without removing those imports, it expects us to document them.

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');