bump the version to 0.55_03
[gitmo/Moose.git] / lib / Moose / Meta / Role / Application / ToClass.pm
index bf09f5c..f6c4545 100644 (file)
@@ -9,7 +9,8 @@ use Scalar::Util    'blessed';
 
 use Data::Dumper;
 
-our $VERSION   = '0.01';
+our $VERSION   = '0.55_03';
+$VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Moose::Meta::Role::Application';
@@ -110,8 +111,7 @@ sub apply_methods {
             $class->get_method($method_name)->body != $role->get_method($method_name)->body) {
             next;
         }
-        else {           
-            
+        else {
             # add it, although it could be overriden
             $class->alias_method(
                 $method_name,