Add a VERSION section to Mouse.pm
[gitmo/Mouse.git] / lib / Mouse.pm
index d964a84..e8ea4a9 100644 (file)
@@ -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;