From: gfx Date: Thu, 8 Oct 2009 11:59:10 +0000 (+0900) Subject: Checking in changes prior to tagging of version 0.37_04. Changelog diff is: X-Git-Tag: 0.37_04^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b8ec3e939b645aa913121e9e27eafe48bf82d9e6;p=gitmo%2FMouse.git Checking in changes prior to tagging of version 0.37_04. Changelog diff is: 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) --- 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) diff --git a/Makefile.PL b/Makefile.PL index 39b0fe7..614a4d0 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -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);