Show around on both sides of primary (it is around, after all)
Dave Rolsky [Fri, 19 Dec 2008 15:45:44 +0000 (15:45 +0000)]
lib/Class/MOP/Class.pm

index 8be7f81..9e39e87 100644 (file)
@@ -1620,8 +1620,10 @@ the call tree might looks something like this:
     around 2
      around 1
       primary
-     after 1
-    after 2
+     around 1
+    around 2
+   after 1
+  after 2
 
 To see examples of using method modifiers, see the following examples
 included in the distribution; F<InstanceCountingClass>, F<Perl6Attribute>,