Removed duplicate C3 dep from Build.PL
Andy Grundman [Thu, 1 Dec 2005 16:41:43 +0000 (16:41 +0000)]
Build.PL

index 8ecb489..a3b5bae 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -14,13 +14,12 @@ my %arguments = (
         'SQL::Abstract::Limit'      => 0.101,
         'DBD::SQLite'               => 1.08,
         'Class::C3'                 => 0.07,
-       'Tie::IxHash'               => 0,
+           'Tie::IxHash'               => 0,
         'Module::Find'              => 0,
         'Storable'                  => 0,
         # Following for CDBICompat only
         'Class::Trigger'            => 0,
         'DBIx::ContextualFetch'     => 0,
-        'Class::C3'                 => 0.05,
     },
     recommends          => {
         'Data::UUID'                => 0,