[Moose-commits] r7126 - Class-MOP/trunk/lib/Class/MOP
autarch at code2.0beta.co.uk
autarch at code2.0beta.co.uk
Fri Dec 19 15:45:45 GMT 2008
Author: autarch
Date: 2008-12-19 07:45:44 -0800 (Fri, 19 Dec 2008)
New Revision: 7126
Modified:
Class-MOP/trunk/lib/Class/MOP/Class.pm
Log:
Show around on both sides of primary (it is around, after all)
Modified: Class-MOP/trunk/lib/Class/MOP/Class.pm
===================================================================
--- Class-MOP/trunk/lib/Class/MOP/Class.pm 2008-12-18 14:52:09 UTC (rev 7125)
+++ Class-MOP/trunk/lib/Class/MOP/Class.pm 2008-12-19 15:45:44 UTC (rev 7126)
@@ -1620,8 +1620,10 @@
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>,
More information about the Moose-commits
mailing list