Prepare for release 0.02
Shawn M Moore [Wed, 11 Jun 2008 05:58:46 +0000 (05:58 +0000)]
Changes
lib/Mouse.pm

diff --git a/Changes b/Changes
index 528985b..b7892d5 100644 (file)
--- 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)
index cad2530..deef2ce 100644 (file)
@@ -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