Mercurial > pub > Impl
comparison Lib/IMPL/Class/MemberInfo.pm @ 236:2904da230022
DOM refactoring
author | sergey |
---|---|
date | Mon, 15 Oct 2012 04:23:01 +0400 |
parents | 6d8092d8ce1b |
children | 6253872024a4 |
comparison
equal
deleted
inserted
replaced
235:a4d9126edcbb | 236:2904da230022 |
---|---|
31 my ($this) = @_; | 31 my ($this) = @_; |
32 $this->Implementor->Make($this); | 32 $this->Implementor->Make($this); |
33 $this->Frozen(1); | 33 $this->Frozen(1); |
34 $this->Class->set_meta($this); | 34 $this->Class->set_meta($this); |
35 return; | 35 return; |
36 } | |
37 | |
38 sub access { | |
39 goto &Access; | |
40 } | |
41 | |
42 sub name { | |
43 goto &Name; | |
36 } | 44 } |
37 | 45 |
38 1; | 46 1; |
39 | 47 |
40 __END__ | 48 __END__ |