summary refs log tree commit diff
path: root/t (unfollow)
Commit message (Expand)AuthorFilesLines
2010-03-01start to implement private and protected attributesfranck cuny4-0/+72
2010-03-01trait for protected and private attributesfranck cuny1-0/+6
2010-02-14update testsfranck cuny4-46/+91
2010-02-14POD and confessfranck cuny2-5/+53
2010-02-14add_{private,protected}_method accept a MX::Private::Meta::Method::* instance...franck cuny2-38/+90
2010-02-14add PODfranck cuny1-0/+20
2010-02-14clean PODfranck cuny1-12/+23
2010-02-14require scalar::utilfranck cuny1-0/+1
2010-02-14add_{private,protected}_method accept meta methodfranck cuny4-6/+70
2010-02-14fix messagefranck cuny1-1/+1
2010-02-14rename private and protected with private_method and protected_methodfranck cuny2-3/+3
2010-02-14remove useless methodfranck cuny1-8/+0
2010-02-14rename new => wrapfranck cuny2-2/+2
2010-02-14