projects
/
gitmo/Class-C3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2cff06e
)
include ExtUtils::HasCompiler in dist as intended
Graham Knop [Mon, 19 Oct 2015 04:12:57 +0000 (
00:12
-0400)]
Changes
patch
|
blob
|
blame
|
history
maint/Makefile.PL.include
patch
|
blob
|
blame
|
history
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
diff --git
a/maint/Makefile.PL.include
b/maint/Makefile.PL.include
index
d573dd7
..
e82f983
100644
(file)
--- a/
maint/Makefile.PL.include
+++ b/
maint/Makefile.PL.include
@@
-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;