From: Florian Ragwitz Date: Wed, 25 Mar 2009 00:44:45 +0000 (+0100) Subject: Stop using auto_install. Its use is strongly discouraged. X-Git-Tag: 0.09~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FClass-C3-XS.git;a=commitdiff_plain;h=0bbacb677c667c8da143b2d6d12c8d42ab3f715e;hp=ee0d7c6deac553edee86ae78c36bebec18beadf6 Stop using auto_install. Its use is strongly discouraged. --- diff --git a/Makefile.PL b/Makefile.PL index 108befd..e69d7da 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,5 +11,4 @@ if(-e 'MANIFEST.SKIP') { } auto_provides; -auto_install; WriteAll;