X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=07e9d690c906bfc62e999ee7a106a68954d502ee;hb=8e52f1dac7a38f80608ab1af805e70aa9e9dafd1;hp=8cc7369172a6539e7e33b2a04020ec7e8d1fafc8;hpb=574a1212ba7f55626cdd8d54918410ca1536ea31;p=dbsrgits%2FDBIx-Class-DateTime-Epoch.git diff --git a/Makefile.PL b/Makefile.PL index 8cc7369..07e9d69 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,10 +7,12 @@ if( -e 'MANIFEST.SKIP' ) { name 'DBIx-Class-DateTime-Epoch'; all_from 'lib/DBIx/Class/DateTime/Epoch.pm'; -requires 'DBIx::Class' => '0.08103'; +requires 'DBIx::Class' => '0.08103'; # InflateColumn::DateTime overriding possible requires 'DateTime'; test_requires 'Test::More'; +test_requires 'DBIx::Class::TimeStamp' => '0.07'; # removes data_type checking +test_requires 'DBICx::TestDatabase'; repository 'http://github.com/bricas/dbix-class-datetime-epoch';