X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse.pm;h=076563020784cce555dd391901023e1b1579abd0;hp=688c6def1c0356ddf9af14d537f28edca2301f63;hb=7efbc77d922079f81c55e2f1535f222979fe1d96;hpb=b06ce1f502945c13a52c503f1a651fe92c91c773 diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 688c6de..0765630 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -3,7 +3,7 @@ use 5.006_002; use Mouse::Exporter; # enables strict and warnings -our $VERSION = '0.40_01'; +our $VERSION = '0.40_05'; use Carp qw(confess); use Scalar::Util qw(blessed); @@ -160,7 +160,7 @@ Mouse - Moose minus the antlers =head1 VERSION -This document describes Mouse version 0.40_01 +This document describes Mouse version 0.40_05 =head1 SYNOPSIS @@ -408,9 +408,9 @@ L =head1 AUTHORS -Shawn M Moore, Esartak at gmail.comE +Shawn M Moore Esartak at gmail.comE -Yuval Kogman, Enothingmuch at woobling.orgE +Yuval Kogman Enothingmuch at woobling.orgE tokuhirom