be a bit more accurate in determining role-only subclasses
[gitmo/Moose.git] / lib / Moose / Meta / Role.pm
index bf4ac22..e0e0e2a 100644 (file)
@@ -9,7 +9,7 @@ use Scalar::Util 'blessed';
 use Carp         'confess';
 use Devel::GlobalDestruction 'in_global_destruction';
 
-our $VERSION   = '1.11';
+our $VERSION   = '1.14';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';