X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=d9754d82c69d01af10592ee6526a39f61c9df0bc;hb=e0541d44a603aa8deea3eeef22c486a9c5a15c34;hp=43421324589806ac1e77e4610484d4b9172e1ae0;hpb=e650ba5bf38083cced30b94f5e9c104ee2947e98;p=gitmo%2FMouse.git diff --git a/Changes b/Changes index 4342132..d9754d8 100644 --- a/Changes +++ b/Changes @@ -4,6 +4,9 @@ Revision history for Mouse * Alter Makefile.PL so in author mode we generate lib/Mouse/Tiny.pm on every run so that 'make dist' actually does what it's meant to (mst) + * Only unlink Mouse::Tiny if it exists, otherwise autodie pitches + a fit (miyagawa) + 0.27 Thu Jul 2 15:17:37 2009 * Doc updates (Sartak)