Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Checking in changes prior to tagging of version 0.10. Changelog diff is:
diff --git a/Changes b/Changes
index 7e08255..02836df 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,13 @@
 Revision history for Perl extension Module::Install::ForC

+0.10
+
+    - refactoring and support dmake
+    - use EMM->test_via_harness
+    - support distclean more.
+    - use more thing from E::MM
+    - added disttest support
+
 0.09

     - support some vars in Makefile by E::MM
  • Loading branch information
tokuhirom committed Oct 21, 2009
1 parent 3dbec38 commit 8117ab7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 96 deletions.
8 changes: 8 additions & 0 deletions Changes
@@ -1,5 +1,13 @@
Revision history for Perl extension Module::Install::ForC Revision history for Perl extension Module::Install::ForC


0.10

- refactoring and support dmake
- use EMM->test_via_harness
- support distclean more.
- use more thing from E::MM
- added disttest support

0.09 0.09


- support some vars in Makefile by E::MM - support some vars in Makefile by E::MM
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.SKIP
Expand Up @@ -29,3 +29,4 @@ t/.+/main$
^t/.+/local/ ^t/.+/local/
^t/110_test/t/01_simple$ ^t/110_test/t/01_simple$
^t/110_test/t/01_simple.t ^t/110_test/t/01_simple.t
^t/120_disttest/Clib-disttestsample-0.01/
59 changes: 0 additions & 59 deletions inc/Module/Install/AuthorTests.pm

This file was deleted.

36 changes: 0 additions & 36 deletions inc/Module/Install/ReadmeFromPod.pm

This file was deleted.

2 changes: 1 addition & 1 deletion lib/Module/Install/ForC.pm
@@ -1,7 +1,7 @@
package Module::Install::ForC; package Module::Install::ForC;
use strict; use strict;
use warnings; use warnings;
our $VERSION = '0.09'; our $VERSION = '0.10';
use 5.008000; use 5.008000;
use Module::Install::ForC::Env; use Module::Install::ForC::Env;
use Config; # first released with perl 5.00307 use Config; # first released with perl 5.00307
Expand Down

0 comments on commit 8117ab7

Please sign in to comment.