move _set inside the block where it matters
[gitmo/Moose.git] / lib / Moose / Role.pm
index dbacb51..d7e71d5 100644 (file)
@@ -6,7 +6,7 @@ use Carp         'croak';
 
 use Sub::Exporter;
 
-our $VERSION   = '0.79';
+our $VERSION   = '0.83';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';