From: Peter Rabbitson Date: Tue, 17 Sep 2013 06:16:05 +0000 (+0200) Subject: This was fixed in March 2013 X-Git-Tag: v0.08260~146 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a9309af1d3332a5c97b5d905b1139b01278949f7;p=dbsrgits%2FDBIx-Class.git This was fixed in March 2013 --- diff --git a/Makefile.PL b/Makefile.PL index c86103a..468e537 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -40,9 +40,6 @@ 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',