add namespace::clean as regular dep
[dbsrgits/DBIx-Class.git] / Makefile.PL
index 133007f..01ef651 100644 (file)
@@ -51,6 +51,7 @@ my $runtime_requires = {
   'Scope::Guard'             => '0.03',
   'Context::Preserve'        => '0.01',
   'Try::Tiny'                => '0.04',
+  'namespace::clean'         => '0.14',
 };
 
 # this is so we can order requires alphabetically