0.03
[gitmo/Mouse.git] / lib / Mouse.pm
index 65ff90f..3db29a6 100644 (file)
@@ -3,7 +3,7 @@ package Mouse;
 use strict;
 use warnings;
 
-our $VERSION = '0.02';
+our $VERSION = '0.03';
 use 5.006;
 
 use Sub::Exporter;
@@ -150,10 +150,6 @@ __END__
 
 Mouse - Moose minus the antlers
 
-=head1 VERSION
-
-Version 0.02 released 11 Jun 08
-
 =head1 SYNOPSIS
 
     package Point;