Merge remote branch 'origin/rfc/illegal_options_for_inheritance'
[gitmo/Moose.git] / lib / Moose / Role.pm
index 2ac5605..27132f4 100644 (file)
@@ -7,7 +7,7 @@ use Carp         'croak';
 
 use Sub::Exporter;
 
-our $VERSION   = '1.02';
+our $VERSION   = '1.08';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';