Merge mo-cleanup -r520..524.

This commit is contained in:
Daniel Nichter
2012-12-24 14:41:20 -07:00
parent 5b12357035
commit 861cc8fd96
21 changed files with 762 additions and 57 deletions

6
t/lib/Lmo/Boo.pm Normal file
View File

@@ -0,0 +1,6 @@
package Boo;
use Lmo;
has 'buff';
1;