X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=1b45288039697bcb5b7a98d1ac324ea32c375aaf;hb=992a24f640638601acb795c24af493d789368400;hp=a20a3a01d712fb6dd44cbc43bcf109d0db13541a;hpb=3054407e98a76e2e8bc2c132c15c776b7f640435;p=dbsrgits%2FDBIx-Class.git diff --git a/Makefile.PL b/Makefile.PL index a20a3a0..1b45288 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -40,6 +40,9 @@ install_script (qw| ### All of them *MUST* go to DBIx::Class::Optional::Dependencies ### my $runtime_requires = { + # FIXME - temporary workaround for RT#83143 (Path::Class) + 'File::Spec' => '3.30', + # FIXME - temporary, needs throwing out for something more efficient 'Data::Compare' => '1.22',