summary refs log tree commit diff
path: root/xt (unfollow)
Commit message (Expand)AuthorFilesLines
2010-03-04add traits registrationfranck cuny1-0/+6
2010-03-04rewritefranck cuny2-3/+59
2010-03-04add POD about private and protected traitsfranck cuny1-6/+22
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-14make push_* private and use wrap instead of newfranck cuny2-6/+6
2010-02-14use with_meta instead of with_callerfranck cuny1-8/+8
2010-02-10clean PODfranck cuny1-4/+2
2010-02-10improve PODfranck cuny2-8/+9
2010-02-10update readmefranck cuny1-4/+40
2010-02-10update PODfranck cuny1-4/+42
2010-02-10update readme, need to write POD nowfranck cuny1-20/+18
2010-02-10makefilefranck cuny1-1/+5
2010-02-10add basic testsfranck cuny3-1/+100
2010-02-10