From: Peter Rabbitson Date: Thu, 7 Feb 2013 04:04:37 +0000 (+0100) Subject: Temporary workaround for Path::Class not being installable (RT#83143) X-Git-Tag: v0.08206~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=19d9d86159fa54cd0b6b4bfac6f8520fb9239364 Temporary workaround for Path::Class not being installable (RT#83143) --- 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',