Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.06. Changelog diff is:
Browse files Browse the repository at this point in the history
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++)
  • Loading branch information
tokuhirom committed Oct 7, 2009
1 parent cc72cb4 commit a3600a2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions 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++)
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.SKIP
Expand Up @@ -26,3 +26,4 @@ a\.out$
t/.+/main$
\.a$
t/.+/Makefile$
t/.+/local/
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit a3600a2

Please sign in to comment.