From: Adam Paynter Date: Fri, 24 Mar 2006 12:14:54 +0000 (+0000) Subject: added DBIx::Class dependency X-Git-Tag: 0.01~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-DateTime-Epoch.git;a=commitdiff_plain;h=457514782ff1cfcc0bb4f40f313cf22d896bb0a8 added DBIx::Class dependency --- diff --git a/Build.PL b/Build.PL index e8f0c23..2ad85b2 100644 --- a/Build.PL +++ b/Build.PL @@ -9,7 +9,8 @@ my $build = Module::Build->new( create_readme => 1, create_makefile_pl => 'traditional', requires => { - 'DateTime' => 0 + 'DateTime' => 0, + 'DBIx::Class' => 0 }, build_requires => { 'Test::More' => 0