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)
* 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)
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);