diff --git a/Changes b/Changes index 648e356..d8304a6 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ Revision history for Perl extension Module::Install::ForC +0.06 + + - updated docs + - fixed packaging issue + - fixed g++ detection bug on osx + 0.05 - win32 support(mattn++) diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index 481155b..7171c7e 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -26,3 +26,4 @@ a\.out$ t/.+/main$ \.a$ t/.+/Makefile$ +t/.+/local/ diff --git a/lib/Module/Install/ForC.pm b/lib/Module/Install/ForC.pm index f3aaeb3..eba6316 100644 --- a/lib/Module/Install/ForC.pm +++ b/lib/Module/Install/ForC.pm @@ -1,7 +1,7 @@ package Module::Install::ForC; use strict; use warnings; -our $VERSION = '0.05'; +our $VERSION = '0.06'; use 5.008000; use Module::Install::ForC::Env; use Config; # first released with perl 5.00307