X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=801579c554808b9c3578aaec27666a14c443ba2d;hb=dd03ee1aa3dd9f2be1dabd0d36fcb374747e2d53;hp=3d6a393517db8ef9ecf463a668ecf803054c332d;hpb=f5fc2ee814963e76db73cfc04d6690d570040d36;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/Build.PL b/Build.PL index 3d6a393..801579c 100644 --- a/Build.PL +++ b/Build.PL @@ -5,7 +5,7 @@ my %arguments = ( license => 'perl', module_name => 'DBIx::Class::Schema::Loader', requires => { - 'Cwd' => 0, + 'File::Spec' => 0, 'Scalar::Util' => 0, 'Data::Dump' => 1.06, 'UNIVERSAL::require' => 0.10, @@ -30,6 +30,7 @@ my %arguments = ( 'Test::More' => 0.32, 'DBI' => 1.50, 'DBD::SQLite' => 1.12, + 'File::Path' => 0, }, create_makefile_pl => 'passthrough', create_readme => 1,