foo
[gitmo/Moose.git] / lib / Moose.pm
index 2da321a..7756cb4 100644 (file)
@@ -4,7 +4,7 @@ package Moose;
 use strict;
 use warnings;
 
-our $VERSION = '0.09_02';
+our $VERSION = '0.09_03';
 
 use Scalar::Util 'blessed', 'reftype';
 use Carp         'confess';