Bump to 0.19
Shawn M Moore [Sat, 7 Mar 2009 00:14:59 +0000 (00:14 +0000)]
Changes
lib/Mouse.pm

diff --git a/Changes b/Changes
index 120c60d..0040d48 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Mouse
 
+0.19
+
 0.18 Fri Mar 6 19:09:33 2009
     * Fix the issue preventing Mouse usage on Perl 5.6 - a bug in older
       Scalar::Util! (tokuhirom)
index 6278e3d..5f6ea37 100644 (file)
@@ -4,7 +4,7 @@ use warnings;
 use 5.006;
 use base 'Exporter';
 
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 use Carp 'confess';
 use Scalar::Util 'blessed';