Changeset 11216 for lang/perl/Punc/trunk
- Timestamp:
- 05/06/08 20:54:29 (7 months ago)
- Location:
- lang/perl/Punc/trunk/lib/Punc/Slave
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Punc/trunk/lib/Punc/Slave/Daemon.pm
r11215 r11216 103 103 my $module_to_delegate = $obj->delegate; 104 104 if ( $module_to_delegate ) { 105 $res = $module_to_delegate-> exec($method,$args);105 $res = $module_to_delegate->$method($args); 106 106 } 107 107 else { -
lang/perl/Punc/trunk/lib/Punc/Slave/Module.pm
r11215 r11216 49 49 } 50 50 51 sub exec {52 my ( $self, $method, $args ) = @_;53 $self->$method($args);54 }55 56 51 sub description { 57 52 my $class = shift;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)