Move some code from Array to Native since it will be shared by many native accessors
[gitmo/Moose.git] / lib / oose.pm
index a69aae6..9ed0236 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 
 use Class::MOP;
 
-our $VERSION   = '0.98';
+our $VERSION   = '1.14';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';