add namespace::clean as regular dep
Arthur Axel "fREW" Schmidt [Mon, 31 May 2010 15:23:49 +0000 (15:23 +0000)]
Makefile.PL
lib/DBIx/Class/Optional/Dependencies.pm

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
index 310c389..7dce810 100644 (file)
@@ -32,7 +32,6 @@ my $reqs = {
   replicated => {
     req => {
       %$moose_basic,
-      'namespace::clean'          => '0.11',
       'Hash::Merge'               => '0.12',
     },
     pod => {
@@ -358,7 +357,7 @@ EOD
     <<'EOD',
 Dependencies are organized in C<groups> and each group can list one or more
 required modules, with an optional minimum version (or 0 for any version).
-The group name can be used in the 
+The group name can be used in the
 EOD
   );