From: Brandon L. Black <blblack@gmail.com>
Date: Mon, 31 Jul 2006 20:31:05 +0000 (+0000)
Subject: added Cwd 3.19 + Alg::C3 0.02 to requirements
X-Git-Tag: v0.07002~58
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c531250af90355104b6323c78e389ca55504b73d;p=dbsrgits%2FDBIx-Class.git

added Cwd 3.19 + Alg::C3 0.02 to requirements
---

diff --git a/Build.PL b/Build.PL
index 2ab62b9..a43f626 100644
--- a/Build.PL
+++ b/Build.PL
@@ -6,10 +6,12 @@ my %arguments = (
     license            => 'perl',
     module_name        => 'DBIx::Class',
     requires           => {
+        'Cwd'                       => 3.19,
         'Data::Page'                => 2.00,
         'Scalar::Util'              => 0,
         'SQL::Abstract'             => 1.20,
         'SQL::Abstract::Limit'      => 0.101,
+        'Algorithm::C3'             => 0.02,
         'Class::C3'                 => 0.11,
         'Storable'                  => 0,
         'Class::Data::Accessor'     => 0.01,