adding in the last few bits
Stevan Little [Fri, 23 Nov 2007 20:38:03 +0000 (20:38 +0000)]
lib/Moose.pm

index aa4ef94..b3073c4 100644 (file)
@@ -4,7 +4,7 @@ package Moose;
 use strict;
 use warnings;
 
-our $VERSION   = '0.29';
+our $VERSION   = '0.30';
 our $AUTHORITY = 'cpan:STEVAN';
 
 use Scalar::Util 'blessed', 'reftype';