Changeset 25082
- Timestamp:
- 11/27/08 14:10:25 (4 years ago)
- Location:
- lang/perl/Shika/trunk
- Files:
-
- 1 added
- 1 modified
-
lib/Shika.pm (modified) (2 diffs)
-
t/010_core/06_build_with_handles.t (added)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Shika/trunk/lib/Shika.pm
r25079 r25082 37 37 } 38 38 39 bless { %attr }, $class 39 my $self = bless { %attr }, $class; 40 if ($self->can('BUILD')) { 41 $self->BUILD(\%attr); 42 } 43 $self; 40 44 } 41 45 … … 51 55 }; 52 56 if (my $handles = $attr{handles}) { 57 # TODO: support handles => 'foo' 53 58 for my $handle (@$handles) { 54 59 *{"$pkg\::$handle"} = sub {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)