X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse.pm;h=10998df6a91dfb059ba2d2c0befec1a09de392af;hb=6f16d3ce5af0670b3f234a957b677c7d40060d58;hp=a12c4a94e9d0198e03706ec36583326f8060a62e;hpb=0126c27c413cb63f67e66e09b0fdfeb92117503a;p=gitmo%2FMouse.git diff --git a/lib/Mouse.pm b/lib/Mouse.pm index a12c4a9..10998df 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.37_04'; +our $VERSION = '0.37_05'; use Carp qw(confess); use Scalar::Util qw(blessed); @@ -157,6 +157,10 @@ __END__ Mouse - Moose minus the antlers +=head1 VERSION + +This document describes Mouse version 0.37_05 + =head1 SYNOPSIS package Point;