From: Shawn M Moore Date: Sun, 28 Sep 2008 05:30:45 +0000 (+0000) Subject: Bump to 0.08 X-Git-Tag: 0.19~202 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=eab013b2ff2f9d2e5ddb22dcd42be15d56faeac8;p=gitmo%2FMouse.git Bump to 0.08 --- diff --git a/Changes b/Changes index 4e24de2..311145e 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Mouse +0.08 + 0.07 Sun Sep 28 00:19:07 2008 * All runtime dependencies have been removed! The only change in functionality (hopefully) is that the Sub::Exporter features can no diff --git a/lib/Mouse.pm b/lib/Mouse.pm index e483366..9cdf40f 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -4,7 +4,7 @@ use strict; use warnings; use base 'Exporter'; -our $VERSION = '0.07'; +our $VERSION = '0.08'; use 5.006; use Carp 'confess';