X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse.pm;h=334e8d39f3bbcec47c9676fff8a94de088497e7f;hp=04be220a8aec2c312327c1259b1066d75995c14f;hb=57d5cc86637a2ab577bd4071abd967a382c8aa34;hpb=1e5823974a557bd35b4aa4a5c1d1aecf1e5483d2 diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 04be220..334e8d3 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_06'; +our $VERSION = '0.40_08'; 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_06 +This document describes Mouse version 0.40_08 =head1 SYNOPSIS @@ -392,7 +392,7 @@ keywords (such as L) it will break loudly instead breaking subtly. We have a public git repository: - git clone git://jules.scsys.co.uk/gitmo/Mouse.git + git clone git://git.moose.perl.org/Mouse.git =head1 DEPENDENCIES