From: Shawn M Moore Date: Wed, 23 Jul 2008 06:19:06 +0000 (+0000) Subject: Bump to 0.07 X-Git-Tag: 0.19~232 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=5c557f4fe62a514157dd4451f8013a4d0ae15143 Bump to 0.07 --- diff --git a/Changes b/Changes index 7207378..3b589fc 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Mouse +0.07 + 0.06 Thu Jul 23 02:10:07 2008 * Deprecating before/after/around triggers! Switch back to coderef + whatever you used to do. Moose is have it implemented it as an extension diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 089ea86..8d531aa 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -3,7 +3,7 @@ package Mouse; use strict; use warnings; -our $VERSION = '0.06'; +our $VERSION = '0.07'; use 5.006; use Sub::Exporter;