From: Shawn M Moore Date: Fri, 13 Jun 2008 01:58:31 +0000 (+0000) Subject: 0.03 X-Git-Tag: 0.04~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=74be9978dced3fc4971aa2fd558ea33ea9c7968f 0.03 --- diff --git a/Changes b/Changes index be60339..eada408 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Mouse -0.03 +0.03 Thu Jun 12 21:54:07 2008 * Mouse: - Add before/after/around, courtesy of Class::Method::Modifiers diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 65ff90f..3db29a6 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -3,7 +3,7 @@ package Mouse; use strict; use warnings; -our $VERSION = '0.02'; +our $VERSION = '0.03'; use 5.006; use Sub::Exporter; @@ -150,10 +150,6 @@ __END__ Mouse - Moose minus the antlers -=head1 VERSION - -Version 0.02 released 11 Jun 08 - =head1 SYNOPSIS package Point;