From: Florian Ragwitz <rafl@debian.org>
Date: Wed, 25 Mar 2009 00:10:12 +0000 (+0100)
Subject: Stop using auto_install in Makefile.PL. Its use is strongly discouraged.
X-Git-Tag: 0.21~6
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6daca0768fe7bd1ab7375349f69685be6ae96bc1;p=gitmo%2FClass-C3.git

Stop using auto_install in Makefile.PL. Its use is strongly discouraged.

Coursesy of Simon Bertrang.
---

diff --git a/Makefile.PL b/Makefile.PL
index 6c5a8ee..25eb38f 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -20,5 +20,4 @@ if(-e 'MANIFEST.SKIP') {
 }
 
 auto_provides;
-auto_install;
 WriteAll;