X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse.pm;h=e8ea4a92f1ebadc9212021184b97c081c08af9ce;hb=2efecf0c95cc665cfeb69e36107a1c1320ff52cf;hp=d964a8453ff8043c2d3c38a969b939e2ea2b3fb6;hpb=95ecd6f132112c6763cdaf2e6bc72c39e9ab76b5;p=gitmo%2FMouse.git diff --git a/lib/Mouse.pm b/lib/Mouse.pm index d964a84..e8ea4a9 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_03'; +our $VERSION = '0.37_04'; use Carp qw(confess); use Scalar::Util qw(blessed); @@ -151,13 +151,16 @@ sub init_meta { 1; - __END__ =head1 NAME Mouse - Moose minus the antlers +=head1 VERSION + +This document describes Mouse version 0.037_04 + =head1 SYNOPSIS package Point;