From a3600a2d3292d8f624eb506f54dc4e67d974de10 Mon Sep 17 00:00:00 2001 From: Tokuhiro Matsuno Date: Wed, 7 Oct 2009 12:13:17 +0900 Subject: [PATCH] Checking in changes prior to tagging of version 0.06. Changelog diff is: 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++) --- Changes | 6 ++++++ MANIFEST.SKIP | 1 + lib/Module/Install/ForC.pm | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) 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