From: Shawn M Moore Date: Tue, 10 Jun 2008 06:14:34 +0000 (+0000) Subject: Some final touches on the doc. This is 0.01. X-Git-Tag: 0.04~39 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dca275b57dc7268b59e9a4096fa70b319eb7b233;p=gitmo%2FMouse.git Some final touches on the doc. This is 0.01. --- diff --git a/Changes b/Changes index f043459..90ef9f8 100644 --- 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. diff --git a/lib/Mouse.pm b/lib/Mouse.pm index cab4a9f..35acad9 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -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. +Fixing this one next, with a reimplementation of L. =head3 Roles