X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=b76b7c90a00956d6cce5f10fb7b13b672212d282;hb=763026c15bf2047020c261f430bd782bb5180850;hp=8c1e88be41507e1508b4cdcb34ff2c4be4b8ba66;hpb=d867eedaa703200d7f0bc329836e99b6bd22bc39;p=dbsrgits%2FDBIx-Class.git diff --git a/Makefile.PL b/Makefile.PL index 8c1e88b..b76b7c9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -42,7 +42,7 @@ requires 'MRO::Compat' => '0.09'; requires 'Module::Find' => '0.06'; requires 'Path::Class' => '0.16'; requires 'Scope::Guard' => '0.03'; -requires 'SQL::Abstract' => '1.58'; +requires 'SQL::Abstract' => '1.60'; requires 'SQL::Abstract::Limit' => '0.13'; requires 'Sub::Name' => '0.04'; @@ -122,7 +122,7 @@ my %force_requires_if_author = ( , ); #************************************************************************# -# Make *ABSOLUTELY SURE* that nothing on the list aboveis a real require,# +# Make ABSOLUTELY SURE that nothing on the list above is a real require, # # since every module listed in %force_requires_if_author is deleted # # from the final META.yml (thus will never make it as a CPAN dependency) # #************************************************************************#