include ExtUtils::HasCompiler in dist as intended
Graham Knop [Mon, 19 Oct 2015 04:12:57 +0000 (00:12 -0400)]
Changes
maint/Makefile.PL.include

diff --git a/Changes b/Changes
index 07dd228..24145ae 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Class::C3.
 
+    - include ExtUtils::HasCompiler in dist as intended so it doesn't need to
+      be installed
+
 0.29 - 2015-10-18
     - Update compiler detection to use ExtUtils::HasCompiler
 
index d573dd7..e82f983 100644 (file)
@@ -7,5 +7,6 @@ use ExtUtils::MakeMaker 6.57_10 ();
 author 'Stevan Little, <stevan@iinteractive.com>';
 
 manifest_include opt => '.pm';
+manifest_include inc => '.pm';
 
 1;