]> git.mjollnir.org Git - cil.git/commitdiff
Fix dependencies
authorGrant McLean <grant@mclean.net.nz>
Wed, 3 Feb 2010 06:58:44 +0000 (14:58 +0800)
committerAndrew Chilton <andychilton@gmail.com>
Wed, 3 Feb 2010 07:24:53 +0000 (15:24 +0800)
Build.PL

index a6b70556e49d95a625006f67f3beb83806ced3f4..7061afc872af7b7f4c95bd71fbdc262c6a0bade5 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -8,7 +8,7 @@ my $builder = Module::Build->new(
     dist_author         => 'Andrew Chilton <andychilton@gmail.com>',
     dist_version_from   => 'lib/CIL.pm',
     build_requires => {
-        'Class::Factory'   => 0,
+        'Class::Accessor'  => 0,
         'DateTime'         => 0,
         'Digest::MD5'      => 0,
         'Email::Date'      => 0,