X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=c3cebfa30666cd6a514cc33c58a0fb91410876c5;hb=052a832c5f6fe0f82a4db48e176525f700c44159;hp=c86103a2e49dc4d0d67eab5f4983616aca295936;hpb=f390d66dabd6359ebe778a1e993956de122e1b85;p=dbsrgits%2FDBIx-Class.git diff --git a/Makefile.PL b/Makefile.PL index c86103a..c3cebfa 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', @@ -106,17 +103,6 @@ my $test_requires = { 'Package::Stash' => '0.28', }; -# make strictures.pm happy (DO NOT LIKE, TOO MUCH XS!) -# (i.e. what if the .git/.svn is *not* because of DBIC?) -# -# Note - this is added as test_requires *directly*, so it gets properly -# excluded on META.yml cleansing -if (-e '.git' or -e '.svn') { - test_requires 'indirect' => '0.25'; - test_requires 'multidimensional' => '0.008'; - test_requires 'bareword::filehandles' => '0.003'; -} - # if the user has this env var set and no SQLT installed, tests will fail # same rationale for direct test_requires as the strictures stuff above # (even though no dist will be created from this)