X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse.pm;h=85268d7070105c149f454efca164d03943e6b154;hp=fd38b12a86903aa0b77b90b08b08e79038e1d45d;hb=a4cbb3cb944aa43521dfa69a9f04b206c6b7a6ea;hpb=5d3ab42b8c257acdf05ce9ac602ec16a5923a879 diff --git a/lib/Mouse.pm b/lib/Mouse.pm index fd38b12..85268d7 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.43'; +our $VERSION = '0.44'; use Carp qw(confess); use Scalar::Util qw(blessed); @@ -166,7 +166,7 @@ Mouse - Moose minus the antlers =head1 VERSION -This document describes Mouse version 0.43 +This document describes Mouse version 0.44 =head1 SYNOPSIS