0.11 release to fix crazy errors that somehow the tests did not catch
[gitmo/MooseX-UndefTolerant.git] / lib / MooseX / UndefTolerant / Constructor.pm
index 4406f2c..18f3307 100644 (file)
@@ -28,7 +28,8 @@ if ( $Moose::VERSION < 1.9900 ) {
         }
 
         return $self->$orig(@_);
-});
+    });
+}
 
 no Moose::Role;
 1;