From: Shawn M Moore Date: Wed, 11 Jun 2008 05:58:46 +0000 (+0000) Subject: Prepare for release 0.02 X-Git-Tag: 0.04~26 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f8b285d20fc8782b812abb2cf64d9e971f04f8fa;hp=8e1a28a8ca41256c311d2a2f388c3feb466c0e82;p=gitmo%2FMouse.git Prepare for release 0.02 --- diff --git a/Changes b/Changes index 528985b..b7892d5 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Mouse -0.02 +0.02 Wed Jun 11 01:56:44 2008 Add Squirrel which acts as Moose if it's already loaded, otherwise Mouse (thanks nothingmuch) Fix the order in which BUILD methods are called (thanks Robert Boone) diff --git a/lib/Mouse.pm b/lib/Mouse.pm index cad2530..deef2ce 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -3,7 +3,7 @@ package Mouse; use strict; use warnings; -our $VERSION = '0.01'; +our $VERSION = '0.02'; use 5.006; use Sub::Exporter; @@ -139,7 +139,7 @@ Mouse - Moose minus the antlers =head1 VERSION -Version 0.01 released 10 Jun 08 +Version 0.02 released 11 Jun 08 =head1 SYNOPSIS