From: gfx Date: Sun, 6 Sep 2009 03:56:24 +0000 (+0900) Subject: Comment out install_headers() for merging X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=63fd8e8c038f7b7764b20b50083b3ca412f60f49;p=gitmo%2FClass-MOP.git Comment out install_headers() for merging --- diff --git a/Makefile.PL b/Makefile.PL index 729eee2..a439c2d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -25,7 +25,7 @@ test_requires 'File::Spec'; test_requires 'Test::More' => '0.88'; test_requires 'Test::Exception' => '0.27'; -install_headers('mop.h'); # need Module::Install::XSUtil +#install_headers('mop.h'); # need Module::Install::XSUtil #extra_tests();