From: Peter Rabbitson Date: Wed, 8 Sep 2010 07:21:19 +0000 (+0200) Subject: auto_provides is too noisy and doesn't add much value anyway X-Git-Tag: 0.07002~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b483caca1891a2ca7ab5f54cd92b9d6a667f2bd0;p=dbsrgits%2FDBIx-Class-Schema-Loader.git auto_provides is too noisy and doesn't add much value anyway --- diff --git a/Makefile.PL b/Makefile.PL index 157d334..0328238 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -80,7 +80,6 @@ resources 'license' => 'http://dev.perl.org/licenses/'; resources 'repository' => 'git://git.shadowcat.co.uk/dbsrgits/DBIx-Class-Schema-Loader.git'; resources 'MailingList' => 'http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class'; -auto_provides; auto_install; WriteAll;