Some final touches on the doc. This is 0.01.
Shawn M Moore [Tue, 10 Jun 2008 06:14:34 +0000 (06:14 +0000)]
Changes
lib/Mouse.pm

diff --git a/Changes b/Changes
index f043459..90ef9f8 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,5 @@
 Revision history for Mouse
 
-0.01    Sun May 18 13:03:21 2008
-        First version, released on an unsuspecting world.
+0.01    Tue Jun 10 02:13:21 2008
+        Initial release.
 
index cab4a9f..35acad9 100644 (file)
@@ -4,6 +4,7 @@ use strict;
 use warnings;
 
 our $VERSION = '0.01';
+use 5.6.0;
 
 use Sub::Exporter;
 use Carp 'confess';
@@ -138,7 +139,7 @@ Mouse - Moose minus the antlers
 
 =head1 VERSION
 
-Version 0.01 released ???
+Version 0.01 released 10 Jun 08
 
 =head1 SYNOPSIS
 
@@ -194,7 +195,7 @@ Mouse also has the blessings of Moose's author, stevan.
 
 =head3 Method modifiers
 
-Fixing this one soon, with a reimplementation of L<Class::Method::Modifiers>.
+Fixing this one next, with a reimplementation of L<Class::Method::Modifiers>.
 
 =head3 Roles