X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;fp=Build.PL;h=0000000000000000000000000000000000000000;hb=0a389a2c7e26f2bc44ff5518acda959f29205885;hp=86daf7d80ee4a52e5eab746718a60b7ffe921b76;hpb=a60991d6a1ba7ae14d9451727a98351fb81f5b0d;p=dbsrgits%2FDBIx-Class-DateTime-Epoch.git diff --git a/Build.PL b/Build.PL deleted file mode 100644 index 86daf7d..0000000 --- a/Build.PL +++ /dev/null @@ -1,20 +0,0 @@ -use strict; - -use Module::Build; - -my $build = Module::Build->new( - module_name => 'DBIx::Class::DateTime::Epoch', - dist_author => 'Brian Cassidy ', - license => 'perl', - create_readme => 1, - create_makefile_pl => 'traditional', - requires => { - 'DateTime' => 0, - 'DBIx::Class' => 0 - }, - build_requires => { - 'Test::More' => 0 - }, -); - -$build->create_build_script;