X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse.pm;h=35acad9b3c7e6af41fb938f405fa4433f6eac14b;hb=dca275b57dc7268b59e9a4096fa70b319eb7b233;hp=cab4a9f7b59d9607646a9fb95b340c0ffff61cc4;hpb=0fff36e6c7801ea52c53a10be167fae131a609b9;p=gitmo%2FMouse.git 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