From: Dave Rolsky Date: Fri, 19 Dec 2008 15:45:44 +0000 (+0000) Subject: Show around on both sides of primary (it is around, after all) X-Git-Tag: 0.74~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ae507e19065de3734006ac4252d124e48f14e9ad;p=gitmo%2FClass-MOP.git Show around on both sides of primary (it is around, after all) --- diff --git a/lib/Class/MOP/Class.pm b/lib/Class/MOP/Class.pm index 8be7f81..9e39e87 100644 --- a/lib/Class/MOP/Class.pm +++ b/lib/Class/MOP/Class.pm @@ -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, F,