added YourClass->meta->add_attribute(foo => (is => 'ro', isa => 'Str')); support.
authorTokuhiro Matsuno <tokuhirom@gp.ath.cx>
Wed, 4 Mar 2009 23:49:51 +0000 (23:49 +0000)
committerTokuhiro Matsuno <tokuhirom@gp.ath.cx>
Wed, 4 Mar 2009 23:49:51 +0000 (23:49 +0000)
commit60f6eba91f12d48fa30a8e16abe2db8c95b4d878
tree49fc8ed2180c9da741281bb0c69f397b9ea3a792
parentbfcc8a055b739e04da20df0069a9ad329b9429cf
added YourClass->meta->add_attribute(foo => (is => 'ro', isa => 'Str')); support.
lib/Mouse.pm
lib/Mouse/Meta/Class.pm
t/046-meta-add_attribute.t [new file with mode: 0644]