X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse.pm;h=1923e96b86864c1d111ad73ce8f52edca731b8be;hb=05a12aa45fbcd22111d4f5dde2736c8361540198;hp=a170114960b4b8e2d0bbbc6ff5aae5a73eb49f78;hpb=0d5a1d74596d2edc8604f53c60d2fdb7f71b7bd5;p=gitmo%2FMouse.git diff --git a/lib/Mouse.pm b/lib/Mouse.pm index a170114..1923e96 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.50'; +our $VERSION = '0.50_01'; 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.50 +This document describes Mouse version 0.50_01 =head1 SYNOPSIS