Factor out a concatenation in grabbing the instance.
authorShawn M Moore <sartak@gmail.com>
Tue, 15 Jul 2008 03:11:53 +0000 (03:11 +0000)
committerShawn M Moore <sartak@gmail.com>
Tue, 15 Jul 2008 03:11:53 +0000 (03:11 +0000)
commite1bb560144e7ec7173ab5196f661a3b629323300
treed869b7986729a2993c4f521e92325a2dd3dea48e
parentac5d97b7c897ed33fc74a15d4cf4038aa0c40025
Factor out a concatenation in grabbing the instance.
In a profile of my app that uses this, this small function took up more time than any other function, because it's called so damn often.
lib/MooseX/ClassAttribute.pm