From: Arthur Axel "fREW" Schmidt Date: Mon, 31 May 2010 15:23:49 +0000 (+0000) Subject: add namespace::clean as regular dep X-Git-Tag: v0.08122~44 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=ecb687463a4bf22f3736c1bff6a759ff525de48e;hp=dd572bad5137c60cfeca4fcac04428d327bef21d add namespace::clean as regular dep --- diff --git a/Makefile.PL b/Makefile.PL index 133007f..01ef651 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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 diff --git a/lib/DBIx/Class/Optional/Dependencies.pm b/lib/DBIx/Class/Optional/Dependencies.pm index 310c389..7dce810 100644 --- a/lib/DBIx/Class/Optional/Dependencies.pm +++ b/lib/DBIx/Class/Optional/Dependencies.pm @@ -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 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 );