Stop using auto_install in Makefile.PL.
Florian Ragwitz [Tue, 24 Mar 2009 23:37:33 +0000 (00:37 +0100)]
Coursesy of Simon Bertrang.

Makefile.PL

index eeab590..68b28c7 100644 (file)
@@ -15,5 +15,4 @@ if($] < 5.009_005) {
 system("pod2text lib/MRO/Compat.pm >README") if -e 'MANIFEST.SKIP';
 
 auto_provides;
-auto_install;
 WriteAll;