bump version to 1.19
[gitmo/Moose.git] / lib / Moose / Meta / Role.pm
index b711e4e..4803d3f 100644 (file)
@@ -9,7 +9,7 @@ use Scalar::Util 'blessed';
 use Carp         'confess';
 use Devel::GlobalDestruction 'in_global_destruction';
 
-our $VERSION   = '1.16';
+our $VERSION   = '1.19';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
@@ -461,7 +461,6 @@ sub apply {
     }
 
     if ( $deprecation_check ) {
-        
         Moose::Deprecated::deprecated(
             feature => 'alias or excludes',
             message =>
@@ -473,7 +472,6 @@ sub apply {
     }
 
     if ( exists $args{'-excludes'} ) {
-
         # I wish we had coercion here :)
         $args{'-excludes'} = (
             ref $args{'-excludes'} eq 'ARRAY'