Checking in changes prior to tagging of version 0.37_04. Changelog diff is: 0.37_04
gfx [Thu, 8 Oct 2009 11:59:10 +0000 (20:59 +0900)]
diff --git a/Changes b/Changes
index e9b90e3..298c664 100644
--- a/Changes
+++ b/Changes
@@ -6,6 +6,8 @@ Revision history for Mouse

     * Import a number of tests from Moose, and fix various bugs (gfx)

+    * Mouse::Tiny is always generated in Makefile.PL (gfx)
+
 0.37_03 Wed Oct  7 21:10:05 2009
     * Mouse::Exporter
         - Add Mouse::Exporter (gfx)

Changes
Makefile.PL

diff --git a/Changes b/Changes
index e9b90e3..298c664 100644 (file)
--- a/Changes
+++ b/Changes
@@ -6,6 +6,8 @@ Revision history for Mouse
 
     * Import a number of tests from Moose, and fix various bugs (gfx)
 
+    * Mouse::Tiny is always generated in Makefile.PL (gfx)
+
 0.37_03 Wed Oct  7 21:10:05 2009
     * Mouse::Exporter
         - Add Mouse::Exporter (gfx)
index 39b0fe7..614a4d0 100755 (executable)
@@ -20,6 +20,7 @@ include 'Test::Exception'; # work around 0.27_0x (its use of diehook might be wr
 recommends 'MRO::Compat' if $] < 5.010;
 
 makemaker_args PL_FILES => { 'author/generate-mouse-tiny.pl' => 'lib/Mouse/Tiny.pm' };
+system 'author/generate-mouse-tiny.pl', 'lib/Mouse/Tiny.pm';
 
 if ($Module::Install::AUTHOR) {
     local @INC = ('lib', @INC);