changelog
[gitmo/Moose.git] / t / examples / example_Protomoose.t
index dd98da9..5a18445 100644 (file)
@@ -141,7 +141,7 @@ Well cause merlyn asked if it could :)
         );
     }
 
-    around 'construct_instance' => sub {
+    around '_construct_instance' => sub {
         my $next = shift;
         my $self = shift;
         # NOTE: