Big speedup for get_inherited under heavy usage
[p5sagit/Class-Accessor-Grouped.git] / Changes
1 Revision history for Class::Accessor::Grouped.
2
3 0.03  2006-11-07 21:33::35
4     - big speedup for get_inherited
5     - get_inherited now checks the current class first before calculating super_path
6     - get_inherited now caches super_path results
7
8 0.02  2006-06-26 19:23:13
9     - Added return statement to end of get_inherited
10     - Fixed pod NAME
11
12 0.01  2006-06-26 17:38:23
13     - initial release